connect (obj) Ember.Bindingpublic
Attempts to connect this binding instance so that it can receive and relay changes. This method will raise an exception if you have not set the from/to properties yet.
Parameters:
-
obj
Object - The root object for this binding.
Returns:
-
Ember.Binding - `this`
Please login to continue.