mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 18:23:35 +00:00
feature(load) rm jquery
This commit is contained in:
parent
e673c45241
commit
9a0a4a437e
1 changed files with 0 additions and 10 deletions
|
|
@ -325,16 +325,6 @@ var Util, DOM;
|
|||
params.parent = document.head;
|
||||
|
||||
return load(params);
|
||||
},
|
||||
|
||||
/**
|
||||
* load jquery from google cdn or local copy
|
||||
* @param pParams
|
||||
*/
|
||||
load.jquery = function(params) {
|
||||
var url = '//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js';
|
||||
|
||||
load.js(url, params);
|
||||
};
|
||||
|
||||
return load;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue