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

Commit

Permalink
Update signature
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 21, 2013
1 parent 3ebc359 commit 6b85754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/plugins/editor.ckeditor/class.AjxpCkEditor.js
Expand Up @@ -19,9 +19,9 @@
*/
Class.create("AjxpCkEditor", TextEditor, {

initialize: function($super, oFormObject)
initialize: function($super, oFormObject, options)
{
$super(oFormObject);
$super(oFormObject, options);
this.editorConfig = {
resize_enabled:false,
toolbar : "Ajxp",
Expand Down

0 comments on commit 6b85754

Please sign in to comment.