Eero Anttila
Eero Anttila
At least on the home page (http://mathquill.com) it's still broken. To clarify, I'm expecting this to be shown after typing \int + tab: 
Related to this issue, I was thinking of using chai-jquery with [zombie.js](https://github.com/assaf/zombie). Jquery is available from browser.window.$. Now I have to write following after each page load, since browser.window.$ will...
I made a pull request https://github.com/chaijs/chai-jquery/pull/66
The pull request https://github.com/chaijs/chai-jquery/pull/66 I just made fixes issues with instanceof checks. It's still backward compatible, but I would like to get rid of the magic for good.
Had exactly the same error
I did a fork and pull request of version that supports both, but it's still waiting for merge. ## Eero Anttila +358 50 359 0079 Andy White [email protected] kirjoitti 21.11.2012...
Yes it does. I have tested. The only rhino specific behavior is in ajax calls in text.js -- Eero -------- Alkuperäinen viesti -------- Lähettäjä: Dawson Toth [email protected] Päivämäärä: Saaja: ZeeAgency/requirejs-tpl...
Support for require.js 2.0.0 would be nice.
I came up with exactly same problem. A work around is to set document.location.hash, but it becomes nasty when every third party library needs to be updated because of that....