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/document/helpers/webgl-helper.js | |
parent | 648ee61ae84216d0236e0dbc211addc13b2cfa3a (diff) | |
download | ninja-04343eda8c2f870b0da55cfdc8003c99fe1cc4de.tar.gz |
Remove trailing spaces
Diffstat (limited to 'js/document/helpers/webgl-helper.js')
-rwxr-xr-x | js/document/helpers/webgl-helper.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/document/helpers/webgl-helper.js b/js/document/helpers/webgl-helper.js index 86e2cdc1..93bc1e93 100755 --- a/js/document/helpers/webgl-helper.js +++ b/js/document/helpers/webgl-helper.js | |||
@@ -36,7 +36,7 @@ var Montage = require("montage/core/core").Montage, | |||
36 | NJUtils = require("js/lib/NJUtils").NJUtils, | 36 | NJUtils = require("js/lib/NJUtils").NJUtils, |
37 | GLWorld = require("js/lib/drawing/world").World; | 37 | GLWorld = require("js/lib/drawing/world").World; |
38 | //////////////////////////////////////////////////////////////////////// | 38 | //////////////////////////////////////////////////////////////////////// |
39 | // | 39 | // |
40 | exports.webGlDocumentHelper = Montage.create(Component, { | 40 | exports.webGlDocumentHelper = Montage.create(Component, { |
41 | //////////////////////////////////////////////////////////////////// | 41 | //////////////////////////////////////////////////////////////////// |
42 | // | 42 | // |
@@ -68,7 +68,7 @@ exports.webGlDocumentHelper = Montage.create(Component, { | |||
68 | } else { | 68 | } else { |
69 | this._glData = null | 69 | this._glData = null |
70 | } | 70 | } |
71 | // | 71 | // |
72 | return this._glData; | 72 | return this._glData; |
73 | }, | 73 | }, |
74 | // | 74 | // |