This commit is contained in:
Fabian Jakobs 2012-04-04 20:35:29 +02:00
commit ca1645e06b
15 changed files with 15 additions and 15 deletions

View file

@ -7007,7 +7007,7 @@ var Document = function(text) {
position = this.$clipPosition(position);
if (this.getLength() <= 1)
if (this.getLength() >= 1)
this.$detectNewLine(text);
var lines = this.$split(text);

View file

@ -1816,7 +1816,7 @@ var Document = function(text) {
position = this.$clipPosition(position);
if (this.getLength() <= 1)
if (this.getLength() >= 1)
this.$detectNewLine(text);
var lines = this.$split(text);

View file

@ -1790,7 +1790,7 @@ var Document = function(text) {
position = this.$clipPosition(position);
if (this.getLength() <= 1)
if (this.getLength() >= 1)
this.$detectNewLine(text);
var lines = this.$split(text);

View file

@ -1812,7 +1812,7 @@ var Document = function(text) {
position = this.$clipPosition(position);
if (this.getLength() <= 1)
if (this.getLength() >= 1)
this.$detectNewLine(text);
var lines = this.$split(text);

View file

@ -1827,7 +1827,7 @@ var Document = function(text) {
position = this.$clipPosition(position);
if (this.getLength() <= 1)
if (this.getLength() >= 1)
this.$detectNewLine(text);
var lines = this.$split(text);

View file

@ -11,7 +11,7 @@
Ace
version 0.2.0
commit 478e4775ae67706974ed515f3038f28cf6da72f1
commit ac797eefe7872d482afaa5ea7f322150cab6fae1
-->

File diff suppressed because one or more lines are too long

View file

@ -9130,7 +9130,7 @@ var Document = function(text) {
position = this.$clipPosition(position);
if (this.getLength() <= 1)
if (this.getLength() >= 1)
this.$detectNewLine(text);
var lines = this.$split(text);

View file

@ -9130,7 +9130,7 @@ var Document = function(text) {
position = this.$clipPosition(position);
if (this.getLength() <= 1)
if (this.getLength() >= 1)
this.$detectNewLine(text);
var lines = this.$split(text);

File diff suppressed because one or more lines are too long

View file

@ -1816,7 +1816,7 @@ var Document = function(text) {
position = this.$clipPosition(position);
if (this.getLength() <= 1)
if (this.getLength() >= 1)
this.$detectNewLine(text);
var lines = this.$split(text);

View file

@ -1790,7 +1790,7 @@ var Document = function(text) {
position = this.$clipPosition(position);
if (this.getLength() <= 1)
if (this.getLength() >= 1)
this.$detectNewLine(text);
var lines = this.$split(text);

View file

@ -1812,7 +1812,7 @@ var Document = function(text) {
position = this.$clipPosition(position);
if (this.getLength() <= 1)
if (this.getLength() >= 1)
this.$detectNewLine(text);
var lines = this.$split(text);

View file

@ -1827,7 +1827,7 @@ var Document = function(text) {
position = this.$clipPosition(position);
if (this.getLength() <= 1)
if (this.getLength() >= 1)
this.$detectNewLine(text);
var lines = this.$split(text);

View file

@ -9635,7 +9635,7 @@ var Document = function(text) {
position = this.$clipPosition(position);
if (this.getLength() <= 1)
if (this.getLength() >= 1)
this.$detectNewLine(text);
var lines = this.$split(text);