aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage-user/core/shim.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-03 15:58:41 -0800
committerValerio Virgillito2012-02-03 15:58:41 -0800
commit796bb5ecf6b0dce700ea3c17bbda2ed49b6a84de (patch)
tree6c2e941e3e61b43f51761f831e9a9c6b8729a84b /node_modules/montage-user/core/shim.js
parentdbd3a60478db35b0b12baa2ca54a0712d880951f (diff)
downloadninja-796bb5ecf6b0dce700ea3c17bbda2ed49b6a84de.tar.gz
removing the old v0.6 montage folder and updating the references
Diffstat (limited to 'node_modules/montage-user/core/shim.js')
-rwxr-xr-xnode_modules/montage-user/core/shim.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/node_modules/montage-user/core/shim.js b/node_modules/montage-user/core/shim.js
deleted file mode 100755
index e6c1a097..00000000
--- a/node_modules/montage-user/core/shim.js
+++ /dev/null
@@ -1,12 +0,0 @@
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");