diff options
author | Ananya Sen | 2012-02-05 19:38:28 -0800 |
---|---|---|
committer | Ananya Sen | 2012-02-05 19:38:28 -0800 |
commit | 62a5cad735a87d584272c6d4bf67328f2d4fa456 (patch) | |
tree | 7ff25a70af48526a7c697ebdd52552f97feee853 /js/io/system/ninjalibrary.js | |
parent | 272c5f74f4ce76fec9cbe360817bf23639307d3a (diff) | |
parent | 8c530e9291721083ba11746fc5b3da66dc692120 (diff) | |
download | ninja-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.js | 29 |
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> | ||
2 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | No 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 | //////////////////////////////////////////////////////////////////////// | ||
9 | NOTES: | ||
10 | //////////////////////////////////////////////////////////////////////// | ||
11 | ///////////////////////////////////////////////////////////////////// */ | ||
12 | // | ||
13 | var Montage = require("montage/core/core").Montage; | ||
14 | //////////////////////////////////////////////////////////////////////// | ||
15 | // | ||
16 | exports.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 | ||