aboutsummaryrefslogtreecommitdiff
path: root/js/lib/nj-base.js
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-04-04 11:51:08 -0700
committerJose Antonio Marquez2012-04-04 11:51:08 -0700
commite2ed78b699c3f2353bdf636629956c2a3ef319be (patch)
treeb9b2f9e175b710f9b37b17b470587a5af43075d2 /js/lib/nj-base.js
parentbc04ee998de7aaadc457f4e932cc4be8327a2a03 (diff)
parent8482e23cd9b8c4700b5130f2588e5eb24d376536 (diff)
downloadninja-e2ed78b699c3f2353bdf636629956c2a3ef319be.tar.gz
Merge branch 'refs/heads/Ninja-Internal' into Document
Diffstat (limited to 'js/lib/nj-base.js')
-rwxr-xr-xjs/lib/nj-base.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/js/lib/nj-base.js b/js/lib/nj-base.js
deleted file mode 100755
index d1e1ff5b..00000000
--- a/js/lib/nj-base.js
+++ /dev/null
@@ -1,13 +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//nj-base: Contains base class definitions to use as Ninja building blocks.
8var Montage = require("montage/core/core").Montage,
9 Component = require("montage/ui/component").Component;
10
11exports.NJComponent = Montage.create( Component, {
12
13}); \ No newline at end of file