mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
avoid calls to empty functions in defaults object
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user