AMDMixin.js 170 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 define(["dojo/_base/declare"], function(declare){ return declare(null, { amdMixinDone: true, constructor: function(args, node){ this.params = args; } }); });