remember code and wysiwyg pads

This commit is contained in:
ansuz
2016-06-21 18:49:37 +02:00
parent 0a8137e7eb
commit 1526c26f8e
3 changed files with 2 additions and 12 deletions

View File

@@ -45,7 +45,6 @@ define([
var patches = (DD).diff(inner, New);
DD.apply(inner, patches);
Previous = New;
return patches;
};
}());