We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc59120 commit f0d3d20Copy full SHA for f0d3d20
src/formatstring/widget/formatstring.js
@@ -317,7 +317,7 @@ define([
317
callback: this._loadData
318
});
319
320
- dojoArray.forEach(lang.hitch(this.attrList, function (attrObj) {
+ dojoArray.forEach(this.attrList, lang.hitch(this, function (attrObj) {
321
this.subscribe({
322
guid: this._contextObj.getGuid(),
323
attr: attrObj.attrs,
0 commit comments