The flag setting procedure is moved
authorHoseon LEE <hoseon46.lee@samsung.com>
Thu, 10 Oct 2013 02:06:31 +0000 (11:06 +0900)
committerHoseon LEE <hoseon46.lee@samsung.com>
Thu, 10 Oct 2013 02:26:21 +0000 (11:26 +0900)
commit222122a5d95d51da7de2c32ccf1930a9091ffa5d
treefc14becfa94c3f6dafc4251c1fd6a9d665f241cf
parent07ad79d2746e731303b04dfe70fe9c709a2c947f
The flag setting procedure is moved

[issue#] N_SE-54907
[problem] "Get the muliplication" is not working
[cause] "started" flag is set with wrong value
        When the input value is wrong, the multiplication is not started.
        But, in this case, the started flag is set to true.
[solution] The started flag is not set to true when the input value is wrong
           The started flag is set to true before starting.

Change-Id: I94c6451f24451660c8f089da02fa7aaddf7469eb
js/main.js