AMDWidget2.js 212 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 define(["dojo/_base/declare"], function(declare){ return declare(null, { constructor: function(args, node){ this.params = args; }, method1: function(value){ value++; return value; } }); });