Function was renamed but error message wasn't updated

Change-Id: I61a9effa8dedcbdbc75c5c6842fb05f909561327
This commit is contained in:
Catrope 2012-04-16 12:20:16 -07:00
parent afa5b95bc1
commit 4b6e1401a3

View file

@ -156,7 +156,7 @@ ve.dm.DocumentNode.buildNodesAndOffsetsFromData = function( data, parent ) {
// Return to the parent node
currentNode = currentNode.getParent();
if ( currentNode === null ) {
throw 'createNodesFromData() received unbalanced data: ' +
throw 'buildNodesAndOffsetsFromData() received unbalanced data: ' +
'found closing without matching opening at index ' +
i;
}