mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
ie.js -> polyfill.js
This commit is contained in:
parent
cf28d836bf
commit
2801c0194d
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
},
|
||||
lFunc = function(pCallBack){
|
||||
CloudCmd.OLD_BROWSER = true;
|
||||
var lSrc = CloudCmd.LIBDIRCLIENT + 'ie.js';
|
||||
var lSrc = CloudCmd.LIBDIRCLIENT + 'polyfill.js';
|
||||
|
||||
DOM.jqueryLoad(
|
||||
DOM.retJSLoad(lSrc, pCallBack)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue