Removed default classes.
This commit is contained in:
parent
42d6cedf4d
commit
90928a61ae
1 changed files with 2 additions and 2 deletions
|
|
@ -45,8 +45,8 @@ var PlaceHolder = function(session, length, pos, others, mainClass, othersClass)
|
|||
this.length = length;
|
||||
this.session = session;
|
||||
this.doc = session.getDocument();
|
||||
this.mainClass = mainClass || "ace_placeholder_main";
|
||||
this.othersClass = othersClass || "ace_placeholder";
|
||||
this.mainClass = mainClass;
|
||||
this.othersClass = othersClass;
|
||||
this.$onUpdate = this.onUpdate.bind(this);
|
||||
this.doc.on("change", this.$onUpdate);
|
||||
this.$others = others;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue