Bug 952724 - Make InputContext#replaceSurroundingText match spec. r=janjongboom
This commit is contained in:
@@ -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
|
||||
});
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user