[rkward-cvs] SF.net SVN: rkward:[2676] trunk/rkward/rkward/scriptbackends/common.js

tfry at users.sourceforge.net tfry at users.sourceforge.net
Thu Oct 1 09:36:29 UTC 2009


Revision: 2676
          http://rkward.svn.sourceforge.net/rkward/?rev=2676&view=rev
Author:   tfry
Date:     2009-10-01 09:36:29 +0000 (Thu, 01 Oct 2009)

Log Message:
-----------
Comment change

Modified Paths:
--------------
    trunk/rkward/rkward/scriptbackends/common.js

Modified: trunk/rkward/rkward/scriptbackends/common.js
===================================================================
--- trunk/rkward/rkward/scriptbackends/common.js	2009-09-30 16:20:05 UTC (rev 2675)
+++ trunk/rkward/rkward/scriptbackends/common.js	2009-10-01 09:36:29 UTC (rev 2676)
@@ -7,7 +7,7 @@
 	echo (indentation + lines.replace (/\n/g, "\n" + indentation));
 }
 
-// A string-like object that should not be quoted
+/// A string-like object that will not be quoted by quote ()
 function Literal (text) {
 	this.text = text;
 	this.noquote = 1;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list