linting
[fnpeditor.git] / modules / documentCanvas / tests / canvasNode.test.js
index 5dccf7b..f944d90 100644 (file)
@@ -78,7 +78,7 @@ suite('meta attributes', function() {
         var node = canvasNode.create({tag: 'tag', meta: {a:'1'}});
         node.setMetaAttr('a', '2');
         assert.equal(node.dom.attr('wlxml-meta-a'), '2');
-    })
-})
+    });
+});
 
 });
\ No newline at end of file