'./wlxmlNode',\r
'libs/text!./template.html'], function(_, transformations, wlxmlNode, template) {\r
\r
-\r
+'use strict';\r
\r
return function(sandbox) {\r
\r
_.each(mutation.addedNodes, function(node) {\r
node = $(node);\r
node.parent().find('[wlxml-tag]').each(function() {\r
- tag = $(this);\r
+ var tag = $(this);\r
if(!tag.attr('id'))\r
tag.attr('id', 'xxxxxxxx-xxxx-xxxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {var r = Math.random()*16|0,v=c=='x'?r:r&0x3|0x8;return v.toString(16);}));\r
});\r