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',
distance: 1,
limit: true,
offset_left: 0,
drag: function(e){},
start : function(e, ui){},
stop : function(e){}
offset_left: 0
// ,drag: function(e){},
// start : function(e, ui){},
// stop : function(e){}
};
var $body = $(document.body);