mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 00:45:14 +00:00
Update std.js
This commit is contained in:
parent
d92df06766
commit
af4dd56bd8
10
lib/std.js
10
lib/std.js
|
@ -33,15 +33,15 @@ if (!Function.prototype.GetResource) {
|
|||
}
|
||||
|
||||
// ECMAScript 5 compatibility shims for legacy (and modern) JavaScript engines
|
||||
require("node_modules/es5-shim/es5-shim");
|
||||
require("node_modules/es5-shim/es5-sham");
|
||||
require("app/assets/js/es5-shim-4.5.14.min");
|
||||
require("app/assets/js/es5-sham-4.5.14.min");
|
||||
|
||||
// JSON 3 was a JSON polyfill for older JavaScript platforms
|
||||
require("node_modules/json3/lib/json3");
|
||||
require("app/assets/js/json3-3.3.2.min");
|
||||
|
||||
// ECMAScript 6 compatibility shims for legacy JS engines
|
||||
require("node_modules/es6-shim/es6-shim");
|
||||
require("node_modules/es6-shim/es6-sham");
|
||||
require("app/assets/js/es6-shim-0.35.5.min");
|
||||
require("app/assets/js/es6-sham-0.35.5.min");
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
// Global APIs
|
||||
|
|
Loading…
Reference in New Issue
Block a user