Skip to content

Commit b1963dd

Browse files
author
Jelte Lagendijk
committed
Typo in classes
1 parent d54b44e commit b1963dd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/formatstring/widget/formatstring.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ define([
9191
this._executeCallback(callback, "_loadData");
9292
return;
9393
}
94-
domClass.toggle(this.domNode, "false", true);
94+
domClass.toggle(this.domNode, "hidden", false);
9595

9696
for (i = 0; i < this.attributeList.length; i++) {
9797
if (this._contextObj.get(this.attributeList[i].attrs) !== null) {

test/widgets/FormatString.mpk

-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)