From 421e2482e2a0a38dd821876957cade8e5e3d579d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 1 Nov 2020 15:49:51 +0200 Subject: Streamline jQuery comment. (#32016) --- js/src/button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/src/button.js') diff --git a/js/src/button.js b/js/src/button.js index c520aa117..a07c8c052 100644 --- a/js/src/button.js +++ b/js/src/button.js @@ -101,7 +101,7 @@ EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, event => { * ------------------------------------------------------------------------ * jQuery * ------------------------------------------------------------------------ - * add .button to jQuery only if jQuery is present + * add .Button to jQuery only if jQuery is present */ onDOMContentLoaded(() => { -- cgit v1.2.3