Tue, 06 Jan 2009 02:00:08 -0800 |
Atul Varma |
Fixed the CSS bug in a different way.
default tip
|
Tue, 06 Jan 2009 01:57:48 -0800 |
Atul Varma |
Fixed a CSS bug, added a note at end saying the rest of docs still need to be written.
|
Tue, 06 Jan 2009 01:52:50 -0800 |
Atul Varma |
Increased leading in documentation column to 1.4em.
|
Tue, 06 Jan 2009 01:49:23 -0800 |
Atul Varma |
Added a pixel of padding for background of code sections so that single-pixel slivers don't appear.
|
Tue, 06 Jan 2009 01:45:13 -0800 |
Atul Varma |
Swapped samplecode.js w/ utils.js from Ubiquity.
|
Mon, 05 Jan 2009 21:31:56 -0800 |
Atul Varma |
Only comment blocks that begin with heading-style wiki markup are treated as documentation now.
|
Mon, 05 Jan 2009 18:44:30 -0800 |
Atul Varma |
Removed bolding from header styles.
|
Mon, 05 Jan 2009 18:40:10 -0800 |
Atul Varma |
Code column is now colored differently.
|
Mon, 05 Jan 2009 17:49:59 -0800 |
Atul Varma |
Added a CSS sheet and a basic two-column layout.
|
Mon, 05 Jan 2009 17:17:33 -0800 |
Atul Varma |
We now record number of lines of comment blocks.
|
Mon, 05 Jan 2009 17:14:14 -0800 |
Atul Varma |
Changed sample code, removed a debug logging statement.
|
Mon, 05 Jan 2009 17:02:01 -0800 |
Atul Varma |
Comments are now chunked into blocks.
|
Mon, 05 Jan 2009 16:44:08 -0800 |
Atul Varma |
Removed narcissus, since it doesn't support JS 1.7 syntax.
|
Mon, 05 Jan 2009 16:04:40 -0800 |
Atul Varma |
Added support for the 'let' statement to the tokenizer and parser, though the parser just treats them the same as var's, so this won't help with code execution or anything.
|
Mon, 05 Jan 2009 15:54:55 -0800 |
Atul Varma |
Removed the requirement for js1.7.
|