cleanup
[fnpeditor.git] / modules / documentCanvas / canvas / canvas.js
index ae7a7b2..7d99f36 100644 (file)
@@ -8,7 +8,7 @@ define([
 var Canvas = function(xml) {
     xml = $.parseXML(xml);
     this.d = xml !== null ? $(xml.childNodes[0]) : null;
-}
+};
 
 $.extend(Canvas.prototype, {