fix(dom) getElement: attr -> attribute

This commit is contained in:
coderaiser 2014-05-27 10:29:18 -04:00
parent abcd8e38bc
commit 3bf977771c

View file

@ -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
});