X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=public%2Fbower_components%2Fes5-shim%2Fes5-shim.js;h=d2c0ad08543c78f0a5d8df70059ed1f07cc1e3be;hb=221ba7c2ffc043570bbad1e8f0d6074fb4ff1fb0;hp=bd53d0a6bbf4e55ecad9e73edd9679cd2c813112;hpb=5d92478b1cb7479f39a43973775a6f6147fba8ac;p=motion.git diff --git a/public/bower_components/es5-shim/es5-shim.js b/public/bower_components/es5-shim/es5-shim.js index bd53d0a..d2c0ad0 100644 --- a/public/bower_components/es5-shim/es5-shim.js +++ b/public/bower_components/es5-shim/es5-shim.js @@ -1512,7 +1512,7 @@ if ( } else { array_push.call(output, strSlice(string, lastLastIndex)); } - return output.length > splitLimit ? arraySlice(output, 0, splitLimit) : output; + return output.length > splitLimit ? strSlice(output, 0, splitLimit) : output; }; }());