I can't even call `(js/alert "test")' in IE 9, it compiles into:

alert.call(null,"test");

and says: "Invalid calling object" (IE 9 standards mode, in IE 8
standards mode it doesn't recognize the `call' method)

I need `alert' to debug some other glitch which arises in IE 9 (but
all works fine in other browsers), is it by design?

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to