From f031c950361251e45f4c2e6795bcb832985e9d25 Mon Sep 17 00:00:00 2001 From: Jose Antonio Marquez Date: Mon, 7 May 2012 16:31:04 -0700 Subject: Moving webGL to own helper class Cleaning up webGL for better working files. --- js/document/helpers/webgl-parser.js | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 js/document/helpers/webgl-parser.js (limited to 'js/document/helpers/webgl-parser.js') 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 @@ -/* -This file contains proprietary software owned by Motorola Mobility, Inc.
-No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
-(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. -
*/ - -//////////////////////////////////////////////////////////////////////// -// -var Montage = require("montage/core/core").Montage, - Component = require("montage/ui/component").Component; -//////////////////////////////////////////////////////////////////////// -// -exports.webGlDocumentParser = Montage.create(Component, { - //////////////////////////////////////////////////////////////////// - // - hasTemplate: { - value: false - } - //////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////// -}); -//////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////// \ No newline at end of file -- cgit v1.2.3