web-apps/vendor/requirejs/tests/dataMain/skipDataMain/index.js

4 lines
65 B
JavaScript
Raw Normal View History

2016-03-11 00:48:53 +00:00
define('index', ['a'], function (a) {
a.modified = true;
});