aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/core/shim.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-16 15:23:48 -0700
committerValerio Virgillito2012-05-16 15:23:48 -0700
commit13ae16997d4bbca14e255d5989d1c44a76eac72c (patch)
treed9ebb1dcc6bebee4cb910b950ecb67c1a2d593cd /node_modules/montage/core/shim.js
parent99f16ae08fbb0a6dfe6008c9833f2253b18c19e5 (diff)
downloadninja-13ae16997d4bbca14e255d5989d1c44a76eac72c.tar.gz
montage v.0.10 integration
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
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");