# HG changeset patch # User Atul Varma # Date 1231235868 28800 # Node ID 85d0c5bf5935bd4637d69e759b9e507775165b6f # Parent ce482c9cbbe0e64cbbecc7460d6fa3c4001cc8a1 Fixed a CSS bug, added a note at end saying the rest of docs still need to be written. diff -r ce482c9cbbe0 -r 85d0c5bf5935 samplecode.js --- a/samplecode.js Tue Jan 06 01:52:50 2009 -0800 +++ b/samplecode.js Tue Jan 06 01:57:48 2009 -0800 @@ -327,6 +327,8 @@ return null; }; +// = The rest of this documentation still needs to be written. = + Utils.paramsToString = function paramsToString(params) { var stringPairs = []; function valueTypeIsOk(val) { diff -r ce482c9cbbe0 -r 85d0c5bf5935 thingy.css --- a/thingy.css Tue Jan 06 01:52:50 2009 -0800 +++ b/thingy.css Tue Jan 06 01:57:48 2009 -0800 @@ -15,6 +15,9 @@ float: left; padding-left: 10px; padding-right: 10px; +} + +.documentation p, .documentation ul { line-height: 1.4em; }