From 3bf977771c0825e9bbddfab87e287a02bfea61c7 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 27 May 2014 10:29:18 -0400 Subject: [PATCH] fix(dom) getElement: attr -> attribute --- lib/client/dom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/dom.js b/lib/client/dom.js index 04907bde..a5f8f91d 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -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 });