add notes to clientside js files

This commit is contained in:
ansuz
2016-01-13 05:43:58 -05:00
parent a8beeec0ad
commit 9fc44cdf0c
3 changed files with 9 additions and 1 deletions

View File

@@ -281,6 +281,7 @@ var transformB = function (html, toTransform, transformBy) {
var out = Operation.merge(inverse, toApply);
};
// FIXME looks like the old transform is deprecated? figure out why
var transform = module.exports.transform = function (html, toTransform, transformBy) {
return transformB(html, toTransform, transformBy);