Bug 952724 - Make InputContext#replaceSurroundingText match spec. r=janjongboom

This commit is contained in:
Yuan Xulei
2014-01-03 09:17:28 -05:00
parent 518828ceb6
commit c4482b16d3
4 changed files with 20 additions and 21 deletions

View File

@@ -691,8 +691,8 @@ MozInputContext.prototype = {
contextId: self._contextId,
requestId: resolverId,
text: text,
beforeLength: offset || 0,
afterLength: length || 0
offset: offset || 0,
length: length || 0
});
});
},