Skip to content
This repository was archived by the owner on Oct 6, 2021. It is now read-only.

Commit b4dbc40

Browse files
committed
Merge pull request adamwulf#171 from msamsonoff/master
Remove trailing comma from object literal.
2 parents 4e891f4 + e0b9a35 commit b4dbc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.columnizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
// default to empty string for backwards compatibility
5151
cssClassPrefix : "",
5252
elipsisText:'...',
53-
debug:0,
53+
debug:0
5454
};
5555
options = $.extend(defaults, options);
5656

0 commit comments

Comments
 (0)