Skip to content

Commit

Permalink
Remove AMD support as this has not been tested and is very unlikely t…
Browse files Browse the repository at this point in the history
…o work at the moment
  • Loading branch information
astorije committed Aug 15, 2015
1 parent 8edff51 commit 46ea795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chai-immutable.js
Expand Up @@ -9,7 +9,7 @@
}
else if (typeof define === 'function' && define.amd) {
// AMD
define(function () { return chaiImmutable; });
throw new Error('chai-immutable is not compatible with an AMD loader yet.');
}
else {
// Other environments (usually <script> tag)
Expand Down

0 comments on commit 46ea795

Please sign in to comment.