Skip to content
nene edited this page May 31, 2012 · 11 revisions

Some questions keep popping up. Here are the canonical answers.

Q: I'm using Ext JS 4 in sandbox mode and JSDuck fails to auto-detect MyExt.define()

A: Use the --ext-namespaces=Ext,YourNamespace option to make the parser understand both Ext.define() and YourNamespace.define().

Clone this wiki locally