Skip to content

Commit

Permalink
NodeList#css: Fixing IE issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jakearchibald committed Aug 3, 2009
1 parent 16b36a8 commit 343f62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dom/dom.js
Expand Up @@ -672,7 +672,7 @@
r = elmStyle["pixel" + axisPosUpper];

// revert values
element[axisPos] = positionVal;
elmStyle[axisPos] = positionVal;
element.runtimeStyle[axisPos] = runtimePositionVal;

return r;
Expand Down

0 comments on commit 343f62d

Please sign in to comment.