mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fix(dom) getElement: attr -> attribute
This commit is contained in:
parent
abcd8e38bc
commit
3bf977771c
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
name : 'span',
|
||||
id : 'js-status-image',
|
||||
className : 'icon',
|
||||
attr : 'data-progress',
|
||||
attribute : 'data-progress',
|
||||
not_append : true
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue