mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
feature(loader) anyload: not_append -> notAppend
This commit is contained in:
parent
63a60c55a8
commit
293ae5ab09
4 changed files with 4 additions and 4 deletions
|
|
@ -41,7 +41,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
id : 'js-status-image',
|
||||
className : 'icon',
|
||||
attribute : 'data-progress',
|
||||
not_append : true
|
||||
notAppend : true
|
||||
});
|
||||
|
||||
return element;
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch, Zip, MenuI
|
|||
'height : 100%;' +
|
||||
'font : 16px "Droid Sans Mono";' +
|
||||
'position : absolute;',
|
||||
not_append : true
|
||||
notAppend : true
|
||||
});
|
||||
|
||||
onMenu = Util.exec.with(setMenu, Element);
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ var Util, DOM, jQuery;
|
|||
|
||||
/*
|
||||
{name: '', src: ' ',func: '', style: '', id: '', parent: '',
|
||||
async: false, inner: 'id{color:red, }, class:'', not_append: false}
|
||||
async: false, inner: 'id{color:red, }, class:'', notAppend: false}
|
||||
*/
|
||||
DOM.cssSet = function(pParams_o) {
|
||||
var lElement = '<style ';
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ var CloudCmd, DOM, Dropbox;
|
|||
CloudCmd.getConfig(function(pConfig){
|
||||
var lElement = DOM.anyload({
|
||||
src : CHOOSER_API,
|
||||
not_append : true,
|
||||
notAppend : true,
|
||||
id : 'dropboxjs',
|
||||
func : DropBoxStore.choose
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue