From 90b8ad525611ca56169703e02d4a24979168a1d8 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 5 May 2021 11:08:33 +1000 Subject: [PATCH] Fix spelling in CoffeeScript and JavaScript files [ci skip] --- actionview/app/assets/javascripts/rails-ujs.coffee | 4 ++-- actionview/test/ujs/public/vendor/jquery-2.2.0.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/actionview/app/assets/javascripts/rails-ujs.coffee b/actionview/app/assets/javascripts/rails-ujs.coffee index bd6e9bb881..02c16ea1c7 100644 --- a/actionview/app/assets/javascripts/rails-ujs.coffee +++ b/actionview/app/assets/javascripts/rails-ujs.coffee @@ -32,8 +32,8 @@ # Form file input elements fileInputSelector: 'input[name][type=file]:not([disabled])' - # Link onClick disable selector with possible reenable after remote submission + # Link onClick disable selector with possible re-enable after remote submission linkDisableSelector: 'a[data-disable-with], a[data-disable]' - # Button onClick disable selector with possible reenable after remote submission + # Button onClick disable selector with possible re-enable after remote submission buttonDisableSelector: 'button[data-remote][data-disable-with], button[data-remote][data-disable]' diff --git a/actionview/test/ujs/public/vendor/jquery-2.2.0.js b/actionview/test/ujs/public/vendor/jquery-2.2.0.js index 2d9036b36d..4b16326bd7 100644 --- a/actionview/test/ujs/public/vendor/jquery-2.2.0.js +++ b/actionview/test/ujs/public/vendor/jquery-2.2.0.js @@ -5265,7 +5265,7 @@ function domManip( collection, args, callback, ignored ) { if ( hasScripts ) { doc = scripts[ scripts.length - 1 ].ownerDocument; - // Reenable scripts + // Re-enable scripts jQuery.map( scripts, restoreScript ); // Evaluate executable scripts on first document insertion