X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/969f365b3ee6d3cb54f98b23e1ebb97df9f801dd..bb42027c8fd9ed17234381d3c366c387a20592f0:/fnpjs/layout.js diff --git a/fnpjs/layout.js b/fnpjs/layout.js index 5fe61cc..d5fa098 100644 --- a/fnpjs/layout.js +++ b/fnpjs/layout.js @@ -30,7 +30,7 @@ define(['libs/jquery-1.9.1.min', 'libs/underscore-min'], function($ ,_) { }; Layout.prototype.getAsView = function() { - return this.dom + return this.dom; }; return {Layout: Layout};