diff options
author | Valerio Virgillito | 2012-05-07 17:03:30 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-07 17:03:30 -0700 |
commit | 4d949f141247215b5f2a6ec0cfc7d2d31cf2bb1f (patch) | |
tree | bade422fe2471a18944e846cfec1dd188a6cdae3 /js/document/helpers/webgl-parser.js | |
parent | a117cbed5df85c15a42776d3381904eff12e751f (diff) | |
parent | 95d23ae18efb9b314517cae07212ab840f284c3c (diff) | |
download | ninja-4d949f141247215b5f2a6ec0cfc7d2d31cf2bb1f.tar.gz |
Merge pull request #199 from joseeight/Document
Cleaning up webGL
Diffstat (limited to 'js/document/helpers/webgl-parser.js')
-rwxr-xr-x | js/document/helpers/webgl-parser.js | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/js/document/helpers/webgl-parser.js b/js/document/helpers/webgl-parser.js deleted file mode 100755 index b52ea52b..00000000 --- a/js/document/helpers/webgl-parser.js +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | /* <copyright> | ||
2 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
5 | </copyright> */ | ||
6 | |||
7 | //////////////////////////////////////////////////////////////////////// | ||
8 | // | ||
9 | var Montage = require("montage/core/core").Montage, | ||
10 | Component = require("montage/ui/component").Component; | ||
11 | //////////////////////////////////////////////////////////////////////// | ||
12 | // | ||
13 | exports.webGlDocumentParser = Montage.create(Component, { | ||
14 | //////////////////////////////////////////////////////////////////// | ||
15 | // | ||
16 | hasTemplate: { | ||
17 | value: false | ||
18 | } | ||
19 | //////////////////////////////////////////////////////////////////// | ||
20 | //////////////////////////////////////////////////////////////////// | ||
21 | }); | ||
22 | //////////////////////////////////////////////////////////////////////// | ||
23 | //////////////////////////////////////////////////////////////////////// \ No newline at end of file | ||