aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/core/shim.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/core/shim.js')
-rwxr-xr-xnode_modules/montage/core/shim.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/node_modules/montage/core/shim.js b/node_modules/montage/core/shim.js
deleted file mode 100755
index e6c1a097..00000000
--- a/node_modules/montage/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");