aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage-user/core/shim.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage-user/core/shim.js')
-rwxr-xr-xnode_modules/montage-user/core/shim.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/node_modules/montage-user/core/shim.js b/node_modules/montage-user/core/shim.js
new file mode 100755
index 00000000..e6c1a097
--- /dev/null
+++ b/node_modules/montage-user/core/shim.js
@@ -0,0 +1,12 @@
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 @module montage/core/shim
8 @requires montage/core/shim/string
9 @requires montage/core/shim/array
10*/
11require("./shim/string");
12require("./shim/array");