web-apps/vendor/requirejs/tests/error/defineError.js

7 lines
124 B
JavaScript
Raw Normal View History

2016-03-11 00:48:53 +00:00
define(['a'], function (a) {
return {
name: 'hasDefineError',
broken: a.doesNotExist.blowsUp
};
});