Hi,
While inspecting changes between nightly builds I noticed that in the method '' some semi columns where dropped ... I was wondering if that couldn't lead to trouble:
This is on v8.3p_2013-05-29/Pro Deployment 2013-05-29
A penny for your thoughts.
While inspecting changes between nightly builds I noticed that in the method '' some semi columns where dropped ... I was wondering if that couldn't lead to trouble:
Code:
var _19 = (parseInt(_12[i + 1]) == _12[i + 1])
if (_19) {
_18 = parseInt(_12[i + 1])
_12.removeAt(i + 1)
}
A penny for your thoughts.
Comment