mediawiki-extensions-Visual.../modules
Catrope 17f4dc220a Don't use data.length in selectNodes()
I was using data.length to check if the range was out of bounds, but
this is a problem when using selectNodes() inside of tree sync code
(which happens when performing rebuilds). While tree sync is in
progress, the model tree and the linear model don't match, so we
shouldn't be looking at the linear model for information about the model
tree. Instead, get the length of the DocumentNode and use that.
`

Change-Id: I11a378544ce1281a89cdcd4363c5cb1bf56f3434
2012-05-08 18:31:51 -07:00
..
jquery Add TransactionProcessor tests, and fix TP to make them pass 2012-04-30 19:06:20 -07:00
parser Reduce the need for token cloning slightly 2012-04-27 23:12:25 +02:00
qunit Updated QUnit 2012-03-09 21:50:24 +00:00
rangy svn:eol-style native 2012-02-10 16:57:02 +00:00
sandbox - fix demo styling for docs list 2012-05-03 16:27:28 -07:00
ve removed margin-top for documentNode 2012-05-03 16:07:51 -07:00
ve2 Don't use data.length in selectNodes() 2012-05-08 18:31:51 -07:00