kissyteam / kissy

A Powerful Collection Of Modules
http://docs.kissyui.com
2.7k stars 863 forks source link

getScript does not work for css in opera #144

Closed yiminghe closed 12 years ago

yiminghe commented 12 years ago

KISSY Version :

1.2.0

Browsers :

opera

What steps will reproduce the problem?

      KISSY.getScript("http://a.tbcdn.cn/s/kissy/css/base.css",function(){
            alert(1);
      });

What is the expected result?

alert 1

What happens instead?

no alert

yiminghe commented 12 years ago

?? in opera

alert(window.attachEvent); alert(!!window.attachEvent);