Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit 0362249

Browse files
committed
Fix deprecated jQuery
Signed-off-by: Kevin Provance <kevin.provance@gmail.com>
1 parent cce9704 commit 0362249

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

redux-core/inc/fields/spinner/vendor/jquery.ui.spinner.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,8 @@ jQuery.uaMatch = function( ua ) {
337337
)
338338
.on(
339339
'mouseup',
340-
mouseUp )
340+
mouseUp
341+
)
341342
.on(
342343
'mouseout',
343344
mouseUp

0 commit comments

Comments
 (0)