You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current datalink plugin use .data() jquery method to update plain object properties.
This behaviour of .data method is regression of versions 1.4.3+1.4.4. In 1.5RC1 this regression is fixed, and now .data method creates new property in data sattelite object. I.e. binding breaks...
I think datalink must use some other method to update object properties, or do it with configurable manner, while standard jQuery behaviour (as 1.4.2 or 1.5) can be useful for object change-tracking for ex.
Current datalink plugin use .data() jquery method to update plain object properties.
This behaviour of .data method is regression of versions 1.4.3+1.4.4. In 1.5RC1 this regression is fixed, and now .data method creates new property in data sattelite object. I.e. binding breaks...
I think datalink must use some other method to update object properties, or do it with configurable manner, while standard jQuery behaviour (as 1.4.2 or 1.5) can be useful for object change-tracking for ex.
You can see full explanation on http://bugs.jquery.com/ticket/8047 or this test case http://jsfiddle.net/jitter/VvYTh/ of .data method.
PS: Good plugin. :)
The text was updated successfully, but these errors were encountered: