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:
Alexis Deveria
2009-12-31 19:24:03 +00:00
parent b3d993959b
commit 525dbf0c18
4 changed files with 72 additions and 47 deletions

View File

@@ -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
};