Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspackman committed Jun 4, 2024
1 parent d7a2127 commit 5b87157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/class/qxl/datagrid/binding/Bindings.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ qx.Class.define("qxl.datagrid.binding.Bindings", {
if (bindingType === "listener") {
this.assertTrue(typeof bindingId == "string", "Invalid binding type " + bindingType + " for bindingId " + bindingId);
} else {
this.assertTrue(typeof bindingId != "string", "Invalid binding type " + bindingType + " for bindingId " + JSON.stringify(bindingId));
this.assertTrue(typeof bindingId != "string", "Invalid binding type " + bindingType + " for bindingId " + bindingId);
}
}
this.__bindingData.push({
Expand Down

0 comments on commit 5b87157

Please sign in to comment.