Changes to move to mirage-msw
I put mine in /public and it won't hurt anything to have it deployed but unused.
Follow the directions in the mirage-msw README.
I put mine in /public and it won't hurt anything to have it deployed but unused.
Follow the directions in the mirage-msw README.
I hereby claim:
To claim this, I am signing this object:
$ find . -name 'src' -type d -print0 | xargs -0 -n1 dirname | sort --unique
./broccoli-leasot
./content-kit-editor
./dangerously-set-unified-resolver
./dangerously-set-unified-resolver/tests/dummy
./ember-animated-outlet-mobile
./ember-barista
./ember-botanist
./ember-browserify/test/fixtures/modules
| function mockRequest(verb, url, body, status){ | |
| $.mockjax({ | |
| url: url, | |
| type: verb, | |
| status: status || 200, | |
| responseText: body, | |
| responseTime: 0 | |
| }) | 
module_b.js
minispade.register("module_b", function(){
  minispade.require("module_a");
});module_a.js