avoid calls to empty functions in defaults object

This commit is contained in:
vieron
2012-07-23 21:48:25 +02:00
parent bf2ee67450
commit 00e7c46b31

View File

@@ -12,10 +12,10 @@
items: '.gs_w', items: '.gs_w',
distance: 1, distance: 1,
limit: true, limit: true,
offset_left: 0, offset_left: 0
drag: function(e){}, // ,drag: function(e){},
start : function(e, ui){}, // start : function(e, ui){},
stop : function(e){} // stop : function(e){}
}; };
var $body = $(document.body); var $body = $(document.body);