You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2008/04/01 16:02:01 UTC

svn commit: r643406 - /myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/ppr/resource/ppr.js

Author: imario
Date: Tue Apr  1 07:01:56 2008
New Revision: 643406

URL: http://svn.apache.org/viewvc?rev=643406&view=rev
Log:
removed unused fields

Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/ppr/resource/ppr.js

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/ppr/resource/ppr.js
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/ppr/resource/ppr.js?rev=643406&r1=643405&r2=643406&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/ppr/resource/ppr.js (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/ppr/resource/ppr.js Tue Apr  1 07:01:56 2008
@@ -317,8 +317,6 @@
   			    domElement.innerHTML = componentUpdate.firstChild.data;
             }
               //parse the new DOM element for script tags and execute them
-            var regexCommentStart = /^<!--/;
-            var regexCommentEnd = /-->$/;
   			var regex = /<script([^>]*)>([\s\S]*?)<\/script>/i;
   			var s = domElement.innerHTML;
   			while(match = regex.exec(s)){