Vergleich jscripts/editor.js - 1.2.10 - 1.2.14

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 105Zeile 105
		
if(this.options && this.options.height)
{

		
if(this.options && this.options.height)
{

			w = this.options.height;

			h = this.options.height;

		}
else if(oldTextarea.style.height)
{

		}
else if(oldTextarea.style.height)
{

Zeile 689Zeile 689
		{
var select_start = element.selectionStart;
var select_end = element.selectionEnd;

		{
var select_start = element.selectionStart;
var select_end = element.selectionEnd;

			if(select_end <= 2)

			if(select_end <= 0)

			{
select_end = element.textLength;
}

			{
select_end = element.textLength;
}