Skip to content

Commit d2cd386

Browse files
authored
Merge pull request #32 from gajduk-mansystems/patch-3
Fix bug in Mx8 where values would not refresh
2 parents c66cabf + f0d3d20 commit d2cd386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formatstring/widget/formatstring.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ define([
318318
callback: this._loadData
319319
});
320320

321-
dojoArray.forEach(lang.hitch(this.attrList, function (attrObj) {
321+
dojoArray.forEach(this.attrList, lang.hitch(this, function (attrObj) {
322322
this.subscribe({
323323
guid: this._contextObj.getGuid(),
324324
attr: attrObj.attrs,

0 commit comments

Comments
 (0)