Skip to content

Commit

Permalink
Merge pull request #288 from tianlili/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
linlingyu committed Mar 23, 2012
2 parents 3e7ea16 + 5fb60a2 commit d342200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/baidu/dom/getStyle.js
Expand Up @@ -162,7 +162,7 @@ test("get style from css file", function() {

test("null style ", function() {
stop();
ua.importsrc("baidu.dom._styleFixer.width,baidu.dom._styleFixer.height", function(){
ua.importsrc("baidu.dom._styleFixer.size", function(){
var div = document.createElement('div');
document.body.appendChild(div);
var div1 = document.createElement('div');
Expand Down

0 comments on commit d342200

Please sign in to comment.