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