Skip to content

Commit

Permalink
merge develop into master
Browse files Browse the repository at this point in the history
  • Loading branch information
chanlee committed May 25, 2016
2 parents b334ff3 + f1e9c88 commit 153010b
Show file tree
Hide file tree
Showing 3 changed files with 298 additions and 294 deletions.
1 change: 1 addition & 0 deletions dist/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -15248,6 +15248,7 @@ Entry.BlockMenu = function(b, a, c, d) {
b.getCategoryCodes = function(a) {
a = this._convertSelector(a);
var b = this._categoryCodes[a];
b || (b = []);
b instanceof Entry.Code || (b = this._categoryCodes[a] = new Entry.Code(b));
return b;
};
Expand Down
Loading

0 comments on commit 153010b

Please sign in to comment.