aboutsummaryrefslogtreecommitdiff
path: root/js/document/helpers/webgl-parser.js
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-05-07 16:31:04 -0700
committerJose Antonio Marquez2012-05-07 16:31:04 -0700
commitf031c950361251e45f4c2e6795bcb832985e9d25 (patch)
treebade422fe2471a18944e846cfec1dd188a6cdae3 /js/document/helpers/webgl-parser.js
parent1f09edbdc5d557c3e3fb71c0a1719014adb0ce3a (diff)
downloadninja-f031c950361251e45f4c2e6795bcb832985e9d25.tar.gz
Moving webGL to own helper class
Cleaning up webGL for better working files.
Diffstat (limited to 'js/document/helpers/webgl-parser.js')
-rwxr-xr-xjs/document/helpers/webgl-parser.js23
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>
2This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
3No 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//
9var Montage = require("montage/core/core").Montage,
10 Component = require("montage/ui/component").Component;
11////////////////////////////////////////////////////////////////////////
12//
13exports.webGlDocumentParser = Montage.create(Component, {
14 ////////////////////////////////////////////////////////////////////
15 //
16 hasTemplate: {
17 value: false
18 }
19 ////////////////////////////////////////////////////////////////////
20 ////////////////////////////////////////////////////////////////////
21});
22////////////////////////////////////////////////////////////////////////
23//////////////////////////////////////////////////////////////////////// \ No newline at end of file