Ben Hockey

Results 47 comments of Ben Hockey

> http://jsfiddle.net/nu83c/6/ i was able to get that one working in FF with an `overflow: hidden` http://jsbin.com/qubihoyese/1/ i think it's a bug in FF but i'm not sure.

i've wanted something like this too for creating a binding to dijit widgets - (http://jsfiddle.net/neonstalwart/ZzQPN/). in that fiddle i leave the existing node in place and add the widget as...

i should really give credit to @rniemeyer for the jsfiddle link i pasted above - mine is just a fork of his.

@stdavis stubbing and mocking is independent of running tests. that's not to say that intern couldn't include something but it explains how it's quite easy to get by without this...

@jason0x43 due to the way sinon/lib/sinon.js loads AMD dependencies in parallel there are potential race conditions. an example is that `sinon.behavior` may not be defined by the time this block...

I should also point out that a built version of sinon, which would have all the dependencies available synchronously, has its own issues. in order to bundle 2 AMD libs...

> I've been using intern's order module to load all the pieces i've been [doing a similar](https://github.com/cello/twine.tests/blob/master/external/browser/sinon.js) thing for a quite a while too.

@jason0x43 have you tried to use sinon from master? apparently [there should be a new release soon](https://github.com/cjohansen/Sinon.JS/issues/555#issuecomment-60527585) and i'd like to know if you've found anything broken. it would be...

@jason0x43 1.11.0 was released very shortly after i left my previous comment - so 1.11.x has everything that i was talking about in master.

i'm guessing you're having the same problem as #27