Eero Anttila

Results 9 comments of 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: ![screen shot 2018-02-01 at 10 31 21](https://user-images.githubusercontent.com/114198/35668690-1c54e78a-073b-11e8-83b0-2990859470aa.png)

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.

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....