compute_up_url: use an Iterator
commitaa3be44e75622ad2ed6e6021d8027507556fdf43
authorJohn Foerch <jjfoerch@earthlink.net>
Thu, 2 Feb 2012 07:33:58 +0000 (2 02:33 -0500)
committerJohn Foerch <jjfoerch@earthlink.net>
Thu, 2 Feb 2012 07:33:58 +0000 (2 02:33 -0500)
tree98cd2672c665c11e6499487756adb8009c409290
parentb0db6b2c3e980ea989dd3d9d0c030c9e016c07d0
compute_up_url: use an Iterator

"for each .. in" is not guaranteed to iterate an array in order.  Use an
Iterator instead.
modules/utils.js