From: Aleksander Ɓukasz Date: Thu, 11 Jul 2013 10:38:21 +0000 (+0200) Subject: Fixing list creation X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/b8a8cc88e8c86aa06660cc12fe289524bc31c48b?hp=b8a8cc88e8c86aa06660cc12fe289524bc31c48b Fixing list creation - Array.forEach has no elegant way of breaking from it, so we use Array.some instead - checking if iterating over params.element2 was failing on text elements ---