- From: Shane McCarron via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Apr 2010 14:34:06 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/js
In directory hutz:/tmp/cvs-serv7425/js
Modified Files:
respec.js
Log Message:
Fixed a typo - oops!
Index: respec.js
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/js/respec.js,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- respec.js 16 Apr 2010 14:31:30 -0000 1.113
+++ respec.js 16 Apr 2010 14:34:04 -0000 1.114
@@ -230,7 +230,7 @@
butH.onclick = function () { obj.hideSaveOptions(); obj.toHTML(); };
var butS = sn.element("button", {}, this.saveMenu, "Save as HTML (Source)");
butS.onclick = function () { obj.hideSaveOptions(); obj.toHTMLSource(); };
- if (this.diffTool && (this.previousDiffURI || this.previousURI) {
+ if (this.diffTool && (this.previousDiffURI || this.previousURI) ) {
var butD = sn.element("button", {}, this.saveMenu, "Diffmark");
butD.onclick = function () { obj.hideSaveOptions(); obj.toDiffHTML(); };
}
Received on Friday, 16 April 2010 14:34:08 UTC