cleaned up objects with too many commas, made some optimizations which prevent icon elems from being included in ID numbers
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1133 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -84,7 +84,7 @@ $.fn.SpinButton = function(cfg){
|
||||
_direction: null,
|
||||
_delay: null,
|
||||
_repeat: null,
|
||||
callback: cfg && cfg.callback ? cfg.callback : null,
|
||||
callback: cfg && cfg.callback ? cfg.callback : null
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user