pushDelta was mistakenly deprecated. restored.
parent
7adc7eef22
commit
010566d3c3
www/common
|
@ -228,8 +228,7 @@ define([
|
|||
}
|
||||
};
|
||||
|
||||
// TODO deprecate
|
||||
var pushDelta = /* cursor.pushDelta =*/ function (oldVal, newVal, offset) {
|
||||
var pushDelta = cursor.pushDelta = function (oldVal, newVal, offset) {
|
||||
if (oldVal === newVal) { return; }
|
||||
var commonStart = 0;
|
||||
while (oldVal.charAt(commonStart) === newVal.charAt(commonStart)) {
|
||||
|
|
Loading…
Reference in New Issue