You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2019/07/31 14:13:27 UTC

[myfaces-tobago] branch master updated: separators

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new c9b485d  separators
c9b485d is described below

commit c9b485d43f8c048584070fe9747db776a3118307
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Jul 31 16:13:03 2019 +0200

    separators
---
 .../tobago-theme-standard/src/main/npm/js/tobago-polyfill.js         | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tobago-theme/tobago-theme-standard/src/main/npm/js/tobago-polyfill.js b/tobago-theme/tobago-theme-standard/src/main/npm/js/tobago-polyfill.js
index 8eedfe9..98c3de9 100644
--- a/tobago-theme/tobago-theme-standard/src/main/npm/js/tobago-polyfill.js
+++ b/tobago-theme/tobago-theme-standard/src/main/npm/js/tobago-polyfill.js
@@ -14,12 +14,15 @@
  * limitations under the License.
  */
 
+// //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+
 // todo: can be removed
 
 if (window.NodeList && !NodeList.prototype.forEach) {
   NodeList.prototype.forEach = Array.prototype.forEach;
 }
 
+// //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
 // from https://developer.mozilla.org/en-US/docs/Web/API/Element/closest
 // todo: check, if this is needed for Tobago 5
@@ -40,3 +43,5 @@ if (!Element.prototype.closest) {
     return null;
   };
 }
+
+// //////////////////////////////////////////////////////////////////////////////////////////////////////////////////