Vergleich jscripts/editor.js - 1.2.2 - 1.2.3

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 22Zeile 22
			
if(!this.options.rtl)
{

			
if(!this.options.rtl)
{

				this.options.trl = 0;

				this.options.rtl = 0;

			}
}


			}
}


Zeile 318Zeile 318
		this.oldTextarea = oldTextarea;

// Append the new editor

		this.oldTextarea = oldTextarea;

// Append the new editor

		oldTextarea.parentNode.appendChild(editor);

		oldTextarea.parentNode.insertBefore(editor, oldTextarea);


Event.observe(textInput, "keyup", this.updateOldArea.bindAsEventListener(this));
Event.observe(textInput, "blur", this.updateOldArea.bindAsEventListener(this));


Event.observe(textInput, "keyup", this.updateOldArea.bindAsEventListener(this));
Event.observe(textInput, "blur", this.updateOldArea.bindAsEventListener(this));