From dc340c22e70d7dc84ebae472756c248683aea2cc Mon Sep 17 00:00:00 2001 From: Fabrice Daugan Date: Sun, 11 Dec 2016 16:12:58 +0100 Subject: [PATCH] Update material.js --- dist/js/material.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/js/material.js b/dist/js/material.js index 65be9c3c..1803dc53 100644 --- a/dist/js/material.js +++ b/dist/js/material.js @@ -283,7 +283,7 @@ } else { // Immediate and static creation $((selector) ? selector : this.options.withRipples).ripples(); - }; + } }, "autofill": function () { // This part of code will detect autofill when the page is loading (username and password inputs for example)