Skip to content

Commit

Permalink
Fix bug "c"
Browse files Browse the repository at this point in the history
  • Loading branch information
ducdhm committed Jan 19, 2016
1 parent 71c4b2f commit 1c86a30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/js/keditor-1.0.1.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@

if (typeof options.onInitSection === 'function') {
options.onInitSection.call(this, section);
}c
}

section.addClass('keditor-editable');
section.removeClass('keditor-initializing');
Expand Down
2 changes: 1 addition & 1 deletion dist/js/keditor-1.0.1.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/keditor-1.0.1.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/keditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@

if (typeof options.onInitSection === 'function') {
options.onInitSection.call(this, section);
}c
}

section.addClass('keditor-editable');
section.removeClass('keditor-initializing');
Expand Down

0 comments on commit 1c86a30

Please sign in to comment.