Loading template/app/Settings.js +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ Ext.define("Docs.Settings", { * Saves a setting * * @param {String} key Name of the setting * @param {Mixed} value Value of the setting * @param {Object} value Value of the setting */ set: function(key, value) { var index = this.store.findExact("key", key); Loading @@ -30,7 +30,7 @@ Ext.define("Docs.Settings", { * Gets value of a setting. * * @param {String} key Name of the setting * @return {Mixed} value of the setting or undefined. * @return {Object} value of the setting or undefined. */ get: function(key) { var index = this.store.findExact("key", key); Loading Loading
template/app/Settings.js +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ Ext.define("Docs.Settings", { * Saves a setting * * @param {String} key Name of the setting * @param {Mixed} value Value of the setting * @param {Object} value Value of the setting */ set: function(key, value) { var index = this.store.findExact("key", key); Loading @@ -30,7 +30,7 @@ Ext.define("Docs.Settings", { * Gets value of a setting. * * @param {String} key Name of the setting * @return {Mixed} value of the setting or undefined. * @return {Object} value of the setting or undefined. */ get: function(key) { var index = this.store.findExact("key", key); Loading