Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getScript: ie9 triggers both error and success when get a error script #325

Closed
yiminghe opened this issue Apr 1, 2013 · 0 comments
Closed
Milestone

Comments

@yiminghe
Copy link
Member

yiminghe commented Apr 1, 2013

KISSY Version :

<=1.3

Browsers :

ie9

What steps will reproduce the problem?

  KISSY.getScript('error.js',{
      success:function(){
          alert(1);
      },
      error:function(){
           alert(2)
       }
  });

Expected

alert 2

actual

alert 1 and alert 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant