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