[TYPO3-core] RFC #13428: Caching of the ExtDirect API configuration
Steffen Kamper
info at sk-typo3.de
Fri Feb 5 13:48:22 CET 2010
Hi Stefan,
patch looks good now and applies too. I will review this afternoon.
One thing we should use in JS same as in php - strict comparison
if (typeof Ext.app.ExtDirectAPI !== "object")
if (typeof Object.extend !== "function")
I always try that JS parts pass jsLint test.
We need to define this rule in CGL for JS.
vg Steffen
More information about the TYPO3-team-core
mailing list