Author: kkolinko
Date: Fri Jan 26 12:32:32 2018
New Revision: 1822284
URL: http://svn.apache.org/viewvc?rev=1822284&view=rev
Log:
Remove credit from recently added js file. Contributed by Igal Sapir.
The policy is to do not have any @author annotations in source files.
Developing Tomcat is a collective effort. Contributions are credited in
changelog, commits history etc.
Modified:
tomcat/site/trunk/docs/res/js/tomcat.js
tomcat/site/trunk/xdocs/res/js/tomcat.js
Modified: tomcat/site/trunk/docs/res/js/tomcat.js
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/res/js/tomcat.js?rev=1822284&r1=1822283&r2=1822284&view=diff
==============================================================================
--- tomcat/site/trunk/docs/res/js/tomcat.js (original)
+++ tomcat/site/trunk/docs/res/js/tomcat.js Fri Jan 26 12:32:32 2018
@@ -14,9 +14,6 @@
* limitations under the License.
*/
-/** Author: Igal Sapir */
-
-
/** adds a live event handler akin to jQuery's on() */
function addLiveEventListeners(selector, event, handler){
document.querySelector("body").addEventListener(
Modified: tomcat/site/trunk/xdocs/res/js/tomcat.js
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/res/js/tomcat.js?rev=1822284&r1=1822283&r2=1822284&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/res/js/tomcat.js (original)
+++ tomcat/site/trunk/xdocs/res/js/tomcat.js Fri Jan 26 12:32:32 2018
@@ -14,9 +14,6 @@
* limitations under the License.
*/
-/** Author: Igal Sapir */
-
-
/** adds a live event handler akin to jQuery's on() */
function addLiveEventListeners(selector, event, handler){
document.querySelector("body").addEventListener(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]