aboutsummaryrefslogtreecommitdiff
path: root/js/document/helpers/webgl-parser.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-07 16:21:51 -0700
committerValerio Virgillito2012-05-07 16:21:51 -0700
commita117cbed5df85c15a42776d3381904eff12e751f (patch)
tree10f157d2688a4642e79e34301bdc4871fb64bca9 /js/document/helpers/webgl-parser.js
parentc9ae789c554a54a1e8702a3bf4e55c529568f4c1 (diff)
parent1f09edbdc5d557c3e3fb71c0a1719014adb0ce3a (diff)
downloadninja-a117cbed5df85c15a42776d3381904eff12e751f.tar.gz
Merge pull request #198 from joseeight/Document
Cleaning up some CSS parsers.
Diffstat (limited to 'js/document/helpers/webgl-parser.js')
-rwxr-xr-xjs/document/helpers/webgl-parser.js23
1 files changed, 23 insertions, 0 deletions
diff --git a/js/document/helpers/webgl-parser.js b/js/document/helpers/webgl-parser.js
new file mode 100755
index 00000000..b52ea52b
--- /dev/null
+++ b/js/document/helpers/webgl-parser.js
@@ -0,0 +1,23 @@
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