Alex Lambiris

Results 6 issues of Alex Lambiris

Their presence (or absence) should not affect behaviour as per [Backbone .9.9](http://backbonejs.org/#changelog).

enhancement

Jasmine 2.1 introduces focused suites and specs with `fdescribe` and `fit`. The current version of Jasq does _not_ take these into account.

enhancement

Possible? ... Also look into [requirejs#undef](http://requirejs.org/docs/api.html#undef). Useful? ...

enhancement

This would allow for specs which are much more concise. Module-loading could be moved to an initial [asynchronous forEach](http://jasmine.github.io/2.0/introduction.html#section-Asynchronous_Support).

enhancement

The current revision expects jasmineInterface methods (describe, it, ..) to be available in global scope (e.g. the window obj, for browsers). This should not be the case as Jasmine 2.x...

enhancement

Remove dependency on ArrayBuffer.slice

enhancement