summaryrefslogtreecommitdiff
path: root/test/fixtures/amd-modules/extra-args.js
blob: a81d48c3b2462373ef1139254890c448f79c1bd9 (plain)
1
2
3
define(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, function(r, e, m) {
  exports.ok = require("./regular.js").ok;
});