Small fixes

This commit is contained in:
RainLoop Team 2014-10-30 19:09:48 +04:00
parent 256b624366
commit 1638b55411
15 changed files with 41 additions and 45 deletions

View file

@ -19,8 +19,8 @@
*
* @extends AbstractComponent
*/
function SaveTriggerComponent(oParams) {
function SaveTriggerComponent(oParams)
{
AbstractComponent.call(this);
this.element = oParams.element || null;
@ -48,7 +48,7 @@
this.element.hide();
}
}
};
}
SaveTriggerComponent.prototype.setState = function (nValue)
{
@ -75,8 +75,8 @@
.find('.animated').show().addClass('visible')
;
break;
case Enums.SaveSettingsStep.Idle:
default:
case Enums.SaveSettingsStep.Idle:
this.element
.find('.animated').hide()
.end()