address more jshint complaints

This commit is contained in:
ansuz
2016-02-12 11:39:37 +01:00
parent f6c848385f
commit 967d636df9
8 changed files with 30 additions and 25 deletions

View File

@@ -104,12 +104,12 @@ define([
/* FIXME
operational transform on json shouldn't be in all editors
just those transmitting/expecting JSON
*/
false && console.log({
console.log({
text: text,
toTransform: toTransform,
transformBy: transformBy
});
});
*/
var resultOp = ChainPad.Operation.transform0(text, toTransform, transformBy);
var text2 = ChainPad.Operation.apply(transformBy, text);