- Jul 28, 2011
-
-
Nick Poulden authored
-
- Jul 27, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Mostly just ensuring that we don't crash if bogus input is given.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Jul 26, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Nick Poulden authored
-
- Jul 25, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The layout of example was a bit messed up when iframe loaded initially. Tried waiting for Ext.onReady inside iframe - didn't help. So currently just hard-coding a 100ms delay. Crap.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Firefox doesn't support innerText (use innerHTML + stripTags).
-
- Jul 22, 2011
-
-
Rene Saarsoo authored
-
- Jul 21, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
According to the agreed-on spec for type-definitions-format with the VJET Eclipse Plugin team. Added bunch of tests to make it real solid. Running it on SDK now produces some hords of warnings.
-
Rene Saarsoo authored
Previously it produced JsonP files - not that good for export.
-
Rene Saarsoo authored
Instead make use of the instance variables @opts and @relations.
-
Jamie Avins authored
-
- Jul 20, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Extracting a big chunk from the god class JsDuck::App. The options object can now be easily passed around, unlike with the previous system where every option needed to be passed separately. The bin/jsduck is now really short and readable.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
'options' is a common name that one could give to normal event param, better to have this special appended param named so that there's smaller chance for conflicts.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Bit of refactoring. Using the each_member method of JsDuck::Class and also adding local each_member to loop over members of all classes, plus a local warn method to more easily format warnings.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Previously it was required that (optional) is always lowercase.
-
- Jul 19, 2011
-
-
Rene Saarsoo authored
With this we avoid creating a link every time some text mentions Ext JS. But we still get a link when Ext.SomeClass is mentioned, or even if Ext#get is mentioned.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Instead of the previous 'void'. Also hide the return type in method signature if method returns nothing.
-