Created
April 4, 2012 01:20
-
-
Save xenophy/2296926 to your computer and use it in GitHub Desktop.
delete spec test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(jasmine.browser.isIE6 || jasmine.browser.isIE7 || jasmine.browser.isIE8 || jasmine.browser.isIE9) { | |
w.teston = undefined; | |
} else { | |
delete w.teston; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment