js -> jsx

This commit is contained in:
RainLoop Team 2016-06-07 00:57:52 +03:00
parent 3bcf23f8fa
commit 08ccf55577
43 changed files with 2342 additions and 2347 deletions

View file

@ -1,5 +1,5 @@
import Utils from 'Common/Utils';
import {pInt} from 'Common/Utils';
import {SaveSettingsStep} from 'Common/Enums';
import {AbstractComponent, componentExportHelper} from 'Component/Abstract';
@ -41,7 +41,7 @@ class SaveTriggerComponent extends AbstractComponent
setState(value) {
switch (Utils.pInt(value))
switch (pInt(value))
{
case SaveSettingsStep.TrueResult:
this.element