Another set of missing semicolons
[fnpeditor.git] / fnpjs / layout.js
index 5fe61cc..d5fa098 100644 (file)
@@ -30,7 +30,7 @@ define(['libs/jquery-1.9.1.min', 'libs/underscore-min'], function($ ,_) {
     };\r
     \r
     Layout.prototype.getAsView = function() {\r
-        return this.dom\r
+        return this.dom;\r
     };\r
     \r
     return {Layout: Layout};\r