From 9c638fe347bda0d035bc550bf3247302bb59a573 Mon Sep 17 00:00:00 2001 From: mark van tilburg Date: Wed, 11 Mar 2026 08:57:40 +0100 Subject: [PATCH] Rename 'started' to '_mouseStarted' in mouse.js It's used as : _mouseStarted in the rest of the class --- ui/widgets/mouse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/widgets/mouse.js b/ui/widgets/mouse.js index ef9dd8dbe9..3f9ace12d6 100644 --- a/ui/widgets/mouse.js +++ b/ui/widgets/mouse.js @@ -58,7 +58,7 @@ return $.widget( "ui.mouse", { } } ); - this.started = false; + this._mouseStarted = false; }, // TODO: make sure destroying one instance of mouse doesn't mess with