mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
remove superflous comma
This commit is contained in:
parent
a663f89363
commit
b2182362d3
|
@ -1258,7 +1258,7 @@ $(document).ready(function() { /* {{{ */
|
||||||
dismissQueue: true,
|
dismissQueue: true,
|
||||||
layout: 'topRight',
|
layout: 'topRight',
|
||||||
theme: 'defaultTheme',
|
theme: 'defaultTheme',
|
||||||
timeout: (typeof timeout == 'undefined' ? 1500 : timeout),
|
timeout: (typeof timeout == 'undefined' ? 1500 : timeout)
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
var defaults = {
|
var defaults = {
|
||||||
onError: function(data) {},
|
onError: function(data) {},
|
||||||
onChange: function(data) {},
|
onChange: function(data) {}
|
||||||
};
|
};
|
||||||
var opts = $.extend(defaults, options);
|
var opts = $.extend(defaults, options);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user