aboutsummaryrefslogtreecommitdiff
path: root/js/io/system/ninjalibrary.js
diff options
context:
space:
mode:
authorAnanya Sen2012-02-05 19:38:28 -0800
committerAnanya Sen2012-02-05 19:38:28 -0800
commit62a5cad735a87d584272c6d4bf67328f2d4fa456 (patch)
tree7ff25a70af48526a7c697ebdd52552f97feee853 /js/io/system/ninjalibrary.js
parent272c5f74f4ce76fec9cbe360817bf23639307d3a (diff)
parent8c530e9291721083ba11746fc5b3da66dc692120 (diff)
downloadninja-62a5cad735a87d584272c6d4bf67328f2d4fa456.tar.gz
Merge branch 'FileIO' of github.com:joseeight/ninja-internal into FileIO
Diffstat (limited to 'js/io/system/ninjalibrary.js')
-rw-r--r--js/io/system/ninjalibrary.js29
1 files changed, 29 insertions, 0 deletions
diff --git a/js/io/system/ninjalibrary.js b/js/io/system/ninjalibrary.js
new file mode 100644
index 00000000..3f8585ed
--- /dev/null
+++ b/js/io/system/ninjalibrary.js
@@ -0,0 +1,29 @@
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////////////////////////////////////////////////////////////////////////
9NOTES:
10////////////////////////////////////////////////////////////////////////
11///////////////////////////////////////////////////////////////////// */
12//
13var Montage = require("montage/core/core").Montage;
14////////////////////////////////////////////////////////////////////////
15//
16exports.NinjaLibrary = Montage.create(Object.prototype, {
17 ////////////////////////////////////////////////////////////////////
18 //
19 init: {
20 enumerable: true,
21 value: function() {
22 //
23 }
24 }
25 ////////////////////////////////////////////////////////////////////
26 ////////////////////////////////////////////////////////////////////
27});
28////////////////////////////////////////////////////////////////////////
29//////////////////////////////////////////////////////////////////////// \ No newline at end of file