Changeset 4516
- Timestamp:
- 01/23/08 10:05:37 (1 year ago)
- Files:
-
- 1 modified
-
trunk/ui/current/ui.mouse.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/current/ui.mouse.js
r4341 r4516 40 40 removeMouseInteraction: function(o) { 41 41 return this.each(function() { 42 if($.data(this .element, "ui-mouse"))43 $.data(this .element, "ui-mouse").destroy();42 if($.data(this, "ui-mouse")) 43 $.data(this, "ui-mouse").destroy(); 44 44 }); 45 45 }
