Index: remoting/webapp/remoting.js |
diff --git a/remoting/webapp/remoting.js b/remoting/webapp/remoting.js |
index 188deb6c74f386ecdd73bec75e62c7682929a852..cfc8d20d85016f74bb1a71d837a24c5dd4c802c1 100644 |
--- a/remoting/webapp/remoting.js |
+++ b/remoting/webapp/remoting.js |
@@ -305,6 +305,7 @@ function jsonParseSafe(jsonString) { |
remoting.timestamp = function() { |
/** |
* @param {number} num A number. |
+ * @param {number} len The required length of the answer. |
* @return {string} The number, formatted as a string of the specified length. |
Sergey Ulanov
2012/06/08 01:25:03
nit: maybe explain that this function does it by p
Jamie
2012/06/08 01:31:18
Done.
|
*/ |
var pad = function(num, len) { |