Skip to content

Commit

Permalink
Fixed syntax error caused by #8c3b72e.
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Oct 25, 2015
1 parent 8c3b72e commit e6f9174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/base/core/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ define(['summernote/base/core/func'], function (func) {

return { head: head, last: last, initial: initial, tail: tail,
prev: prev, next: next, find: find, contains: contains,
all: all, sum: sum, from: from, isEmpty, isEmpty,
all: all, sum: sum, from: from, isEmpty: isEmpty,
clusterBy: clusterBy, compact: compact, unique: unique };
})();

Expand Down

0 comments on commit e6f9174

Please sign in to comment.