You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2020/03/01 11:16:44 UTC

svn commit: r1874664 - in /comdev/reporter.apache.org/trunk/site/wizard/js: ./ source/

Author: sebb
Date: Sun Mar  1 11:16:44 2020
New Revision: 1874664

URL: http://svn.apache.org/viewvc?rev=1874664&view=rev
Log:
Add missing EOLs; trim spurious EOLs

Modified:
    comdev/reporter.apache.org/trunk/site/wizard/js/source/base-http-extensions.js
    comdev/reporter.apache.org/trunk/site/wizard/js/source/base-js-extensions.js
    comdev/reporter.apache.org/trunk/site/wizard/js/source/datepicker.js
    comdev/reporter.apache.org/trunk/site/wizard/js/source/drafts.js
    comdev/reporter.apache.org/trunk/site/wizard/js/source/primer.js
    comdev/reporter.apache.org/trunk/site/wizard/js/source/statistics_generator.js
    comdev/reporter.apache.org/trunk/site/wizard/js/source/stepper.js
    comdev/reporter.apache.org/trunk/site/wizard/js/source/whimsy-flow.js
    comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/base-http-extensions.js
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/base-http-extensions.js?rev=1874664&r1=1874663&r2=1874664&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/base-http-extensions.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/base-http-extensions.js Sun Mar  1 11:16:44 2020
@@ -145,4 +145,3 @@ async function DELETE(url, callback, sta
 async function POST(url, callback, state, formdata) {
     return GET(url, callback, state, null, 'post', formdata);
 }
-

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/base-js-extensions.js
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/base-js-extensions.js?rev=1874664&r1=1874663&r2=1874664&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/base-js-extensions.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/base-js-extensions.js Sun Mar  1 11:16:44 2020
@@ -135,5 +135,3 @@ Array.prototype.has = function(val) {
   }
   return false;
 };
-
-

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/datepicker.js
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/datepicker.js?rev=1874664&r1=1874663&r2=1874664&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/datepicker.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/datepicker.js Sun Mar  1 11:16:44 2020
@@ -736,4 +736,4 @@ function showCalendarPicker(parent, seed
     div.style.left = (bb.right - 32) + "px"
     
     drawCalendarPicker(div, seedDate)    
-}
\ No newline at end of file
+}

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/drafts.js
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/drafts.js?rev=1874664&r1=1874663&r2=1874664&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/drafts.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/drafts.js Sun Mar  1 11:16:44 2020
@@ -192,4 +192,4 @@ function load_from_agenda() {
       reflower.style.visibility = 'visible';
     }
   }
-}
\ No newline at end of file
+}

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/primer.js
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/primer.js?rev=1874664&r1=1874663&r2=1874664&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/primer.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/primer.js Sun Mar  1 11:16:44 2020
@@ -62,4 +62,3 @@ function prime_steps(state, json) {
     }
     document.getElementById("pname").style.display = 'block';
 }
-

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/statistics_generator.js
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/statistics_generator.js?rev=1874664&r1=1874663&r2=1874664&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/statistics_generator.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/statistics_generator.js Sun Mar  1 11:16:44 2020
@@ -969,4 +969,4 @@ function statistics_releases(data) {
     txt += rtxt;
     if (txt) txt = "<h4>Project Release Activity:</h4>" + txt
     return txt;
-}
\ No newline at end of file
+}

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/stepper.js
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/stepper.js?rev=1874664&r1=1874663&r2=1874664&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/stepper.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/stepper.js Sun Mar  1 11:16:44 2020
@@ -127,4 +127,4 @@ function ReportStepper(div, editor, layo
             }
         }
     }
-}
\ No newline at end of file
+}

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/whimsy-flow.js
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/whimsy-flow.js?rev=1874664&r1=1874663&r2=1874664&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/whimsy-flow.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/whimsy-flow.js Sun Mar  1 11:16:44 2020
@@ -71,4 +71,4 @@ class Flow {
 
     return lines.join("\n")
   }
-};
\ No newline at end of file
+};

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js?rev=1874664&r1=1874663&r2=1874664&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js Sun Mar  1 11:16:44 2020
@@ -153,7 +153,6 @@ async function POST(url, callback, state
 }
 
 
-
 /******************************************
  Fetched from source/base-js-extensions.js
 ******************************************/
@@ -280,8 +279,6 @@ Array.prototype.has = function(val) {
 };
 
 
-
-
 /******************************************
  Fetched from source/datepicker.js
 ******************************************/
@@ -1009,6 +1006,7 @@ function showCalendarPicker(parent, seed
     drawCalendarPicker(div, seedDate)    
 }
 
+
 /******************************************
  Fetched from source/drafts.js
 ******************************************/
@@ -1209,6 +1207,7 @@ function load_from_agenda() {
   }
 }
 
+
 /******************************************
  Fetched from source/generators.js
 ******************************************/
@@ -1895,7 +1894,6 @@ function prime_steps(state, json) {
 }
 
 
-
 /******************************************
  Fetched from source/reportdate.js
 ******************************************/
@@ -3171,6 +3169,7 @@ function statistics_releases(data) {
     return txt;
 }
 
+
 /******************************************
  Fetched from source/stepper.js
 ******************************************/
@@ -3306,6 +3305,7 @@ function ReportStepper(div, editor, layo
     }
 }
 
+
 /******************************************
  Fetched from source/unified.js
 ******************************************/
@@ -3738,4 +3738,4 @@ class Flow {
 
     return lines.join("\n")
   }
-};
\ No newline at end of file
+};