- Oct 24, 2011
-
-
Rene Saarsoo authored
- Add missing semicolons. - Add comments to classes without one. - Remove empty lines at the beginning of functions. - Remove one accidental global variable.
-
- Oct 21, 2011
-
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Rene Saarsoo authored
Don't reference it over the internet.
-
- Oct 20, 2011
-
-
Nick Poulden authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
So comments can be attatched to all of them.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
More descriptive. Also added options parameter to default implementation of loadInlineExample, just for completeness, as it's passed there although not used.
-
Rene Saarsoo authored
Shorter.
-
Rene Saarsoo authored
The special iframe for Touch 2 is now specified through this option, but more importantly users of JSDuck can now use inline examples for their own components by simply writing a custom iframe.html and linking the needed JS and CSS files from it.
-
Rene Saarsoo authored
Fix LocalStore#cleanup to not remove the settings stored under different local-storage-db name.
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
- Oct 19, 2011
-
-
Rene Saarsoo authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Rene Saarsoo authored
Simpler api to call from main app.rb
-
Rene Saarsoo authored
When no --categories option provided, the categories list for API-docs front page is auto-generated by dividing classes into categories based on the namespaces they belong to.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Oct 17, 2011
-
-
Nick Poulden authored
-
Rene Saarsoo authored
Filenames in both warnings and log messages are converted to windows style if platform is Windows. Warnings begin again with "Warning: ".
-
Rene Saarsoo authored
It just made the code harder to read without adding any real value. Plus it's better to measure the performance using system 'time' command anyway.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Internally UNIX style filenames are always used, but for printing out it makes sense to use the platform-specific notation. Added small helper class to detect OS.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Fixes scanning directories for .js files in Windows.
-
- Oct 16, 2011
-
-
Nick Poulden authored
-
- Oct 15, 2011
-
-
Rene Saarsoo authored
-
Nick Poulden authored
-