Using the similar for loop pattern.
commit895b773147780f306ecb831c29bab15444c4f6dc
authorOlmo Maldonado <olmo.maldonado@gmail.com>
Thu, 28 Oct 2010 03:15:34 +0000 (27 22:15 -0500)
committerChristoph Pojer <christoph.pojer@gmail.com>
Wed, 3 Nov 2010 15:24:19 +0000 (3 16:24 +0100)
tree12961c16a3f914ea3a958b0acbde673f825102ab
parentff5337e986ffda5f34286d35206c612428b7777c
Using the similar for loop pattern.
Moved `var i` declaration within each if block since there's a possibility that the variable may never need to be initialized.
Source/Element/Element.js