pushDelta was mistakenly deprecated. restored.

pull/1/head
ansuz 9 years ago
parent 7adc7eef22
commit 010566d3c3

@ -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…
Cancel
Save