Differences From Artifact [03f872e8ba]:
- File gc_core/js/text.js — part of check-in [dfc3a68fbf] at 2017-08-03 10:12:37 on branch webext2 — [core][js] don’t use const for modules as objects: const don’t allow to be “redefined” even in a condition which wouldn’t allow redefinition (user: olr, size: 2013) [annotate] [blame] [check-ins using]
To Artifact [46a1749c2b]:
- File gc_core/js/text.js — part of check-in [b08f2ef338] at 2017-08-06 00:44:03 on branch webext2_illusion — [core][js] ajout des ; oubliés et ajustement des ; en trop (commit erroné) (user: IllusionPerdu, size: 2014) [annotate] [blame] [check-ins using] [more...]
︙ | |||
55 56 57 58 59 60 61 | 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | - + | return sResult; } catch (e) { helpers.logerror(e); return "\n# Error. Data: " + oErr.toString(); } } |