X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=lib%2FCheckBoxTree.js;h=48cfbae9a9bfa95d24ab4fb07a0dff252cdc2c1b;hb=e331188f761669785024bc0f76debb904a1b6210;hp=3e408190907d48e032d60579c133d7f664659686;hpb=e6f1a1b747fd2e77c910dc048cb44ca622da4a79;p=tt-rss.git diff --git a/lib/CheckBoxTree.js b/lib/CheckBoxTree.js index 3e408190..48cfbae9 100644 --- a/lib/CheckBoxTree.js +++ b/lib/CheckBoxTree.js @@ -131,7 +131,7 @@ dojo.declare( "lib.CheckBoxStoreModel", dijit.tree.TreeStoreModel, currState = this.checkboxState; } - return currState // the current state of the checkbox (true/false or undefined) + return currState; // the current state of the checkbox (true/false or undefined) }, _setCheckboxState: function(/*dojo.data.Item*/ storeItem, /*Boolean*/ newState ) { @@ -277,7 +277,7 @@ dojo.declare( "lib.CheckBoxStoreModel", dijit.tree.TreeStoreModel, parents.push(this.root); } } - return parents // parent(s) of a dojo.data.item (Array of dojo.data.items) + return parents; // parent(s) of a dojo.data.item (Array of dojo.data.items) }, validateData: function(/*dojo.data.Item*/ storeItem, /*thisObject*/ scope ) {