Skip to content

Commit

Permalink
temporarily checkin the error code to test if the mapping works
Browse files Browse the repository at this point in the history
  • Loading branch information
peuter committed May 2, 2020
1 parent b52ea7e commit 25efdf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/class/cv/ui/structure/pure/Switch.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ qx.Class.define('cv.ui.structure.pure.Switch', {
* @return {var}
*/
getActionValue: function () {
this.callUnknownFunction();
// using == comparisons to make sure that e.g. 1 equals "1"
return (this.getBasicValue() == this.getOffValue() ? this.getOnValue() : this.getOffValue()); // jshint ignore:line
}
Expand Down

0 comments on commit 25efdf4

Please sign in to comment.