fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Another set of missing semicolons
[fnpeditor.git]
/
fnpjs
/
layout.js
diff --git
a/fnpjs/layout.js
b/fnpjs/layout.js
index
5fe61cc
..
d5fa098
100644
(file)
--- a/
fnpjs/layout.js
+++ b/
fnpjs/layout.js
@@
-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