[TYPO3-core] FYI24 #17072: Missing semicolons in JS code
Ernesto Baschny [cron IT]
ernst at cron-it.de
Mon Jan 17 17:55:53 CET 2011
Steffen Gebert schrieb am 16.01.2011 21:53:
> Hi!
>
> The following changes will be committed in 24 hours, if nobody objects.
>
> Type: Bugfix
>
> Bugtracker reference:
> http://bugs.typo3.org/view.php?id=17072
>
> Branches:
> trunk
>
> Problem:
> IE7 reports JS errors when opening a TCEform
> While searching for JS errors, I encountered some places, where trailing
> semicolons are missing.
>
> Solution:
> Add semicolon
>
> Note:
> However the errors still appear (reported as #17071)
+1 by reading, only this change is not related and I don't think it
should be changed in this same context (FYI):
- } else if (len == 1) {
+ } else if (len === 1) {
Cheers,
Ernesto
More information about the TYPO3-team-core
mailing list