mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Small fixes
This commit is contained in:
parent
256b624366
commit
1638b55411
15 changed files with 41 additions and 45 deletions
|
|
@ -19,8 +19,8 @@
|
|||
*
|
||||
* @extends AbstractComponent
|
||||
*/
|
||||
function AbstracRadio(oParams) {
|
||||
|
||||
function AbstracRadio(oParams)
|
||||
{
|
||||
AbstractComponent.call(this);
|
||||
|
||||
this.values = ko.observableArray([]);
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
}
|
||||
|
||||
this.click = _.bind(this.click, this);
|
||||
};
|
||||
}
|
||||
|
||||
AbstracRadio.prototype.click = function(oValue) {
|
||||
if (!this.readOnly && oValue)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue