[Checkins] SVN: zc.selenium/trunk/src/zc/selenium/resources/scripts/user-extensions.js re-added comment action (which was lost by the selenium upgrade I think).

Christian Zagrodnick cz at gocept.com
Wed Jan 7 07:27:10 EST 2009


Log message for revision 94571:
  re-added comment action (which was lost by the selenium upgrade I think).
  
  

Changed:
  U   zc.selenium/trunk/src/zc/selenium/resources/scripts/user-extensions.js

-=-
Modified: zc.selenium/trunk/src/zc/selenium/resources/scripts/user-extensions.js
===================================================================
--- zc.selenium/trunk/src/zc/selenium/resources/scripts/user-extensions.js	2009-01-07 12:25:09 UTC (rev 94570)
+++ zc.selenium/trunk/src/zc/selenium/resources/scripts/user-extensions.js	2009-01-07 12:27:10 UTC (rev 94571)
@@ -1,3 +1,3 @@
-// User extensions can be added here.
-//
-// Keep this file to avoid  mystifying "Invalid Character" error in IE
+// Add a comment action that ignores its arguments
+Selenium.prototype.doComment = function(text, text) {
+};



More information about the Checkins mailing list