Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Commit

Permalink
fix(js): fixes syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
hypeJunction committed Nov 1, 2015
1 parent 019af28 commit 3fd74df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views/default/elgg/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ define(function (require) {

};

CKEDITOR.on('dialogDefinition', function (ev) {
CKEDITOR.on('dialogDefinition', function (ev) {
// Take the dialog name and its definition from the event data.
var dialogName = ev.data.name;
Expand Down

0 comments on commit 3fd74df

Please sign in to comment.