diff options
author | Kris Kowal | 2012-07-06 11:53:10 -0700 |
---|---|---|
committer | Kris Kowal | 2012-07-06 15:01:48 -0700 |
commit | 04343eda8c2f870b0da55cfdc8003c99fe1cc4de (patch) | |
tree | 0a6048889b65bb16ff58822e55bc1346e9eb07bd /js/stage/layout.js | |
parent | 648ee61ae84216d0236e0dbc211addc13b2cfa3a (diff) | |
download | ninja-04343eda8c2f870b0da55cfdc8003c99fe1cc4de.tar.gz |
Remove trailing spaces
Diffstat (limited to 'js/stage/layout.js')
-rwxr-xr-x | js/stage/layout.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/stage/layout.js b/js/stage/layout.js index 3fcfe9eb..bf7e79c3 100755 --- a/js/stage/layout.js +++ b/js/stage/layout.js | |||
@@ -309,7 +309,7 @@ exports.Layout = Montage.create(Component, { | |||
309 | { | 309 | { |
310 | return; | 310 | return; |
311 | } | 311 | } |
312 | 312 | ||
313 | try { | 313 | try { |
314 | if(element.nodeType == 1 && this.application.ninja.currentDocument.inExclusion(element) === -1 ) { | 314 | if(element.nodeType == 1 && this.application.ninja.currentDocument.inExclusion(element) === -1 ) { |
315 | 315 | ||
@@ -393,5 +393,5 @@ exports.Layout = Montage.create(Component, { | |||
393 | } | 393 | } |
394 | } | 394 | } |
395 | 395 | ||
396 | 396 | ||
397 | }); | 397 | }); |