vendor/assets/javascripts/webshims/shims/es5.js in webshims-rails-1.12.5 vs vendor/assets/javascripts/webshims/shims/es5.js in webshims-rails-1.12.7

- old
+ new

@@ -1,10 +1,12 @@ // Copyright 2009-2012 by contributors, MIT License // vim: ts=4 sts=4 sw=4 expandtab (function () { - +setTimeout(function(){ + webshims.isReady('es5', true); +}); /** * Brings an environment as close to ECMAScript 5 compliance * as is possible with the facilities of erstwhile engines. * * Annotated ES5: http://es5.github.com/ (specific links below) @@ -1439,8 +1441,9 @@ return descriptor; }; } +webshims.isReady('es5', true); })(webshims.$, webshims);