From 74667989c5267ff70f89a6d8816af10f24e5a720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 14 Jul 2014 13:18:44 -0400 Subject: [PATCH] Effect: Create a local jQuery variable to make jQuery Color work Fixes #10199 --- ui/effect.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ui/effect.js b/ui/effect.js index cd8c80d1632..d7718766302 100644 --- a/ui/effect.js +++ b/ui/effect.js @@ -20,7 +20,10 @@ } }(function( $ ) { -var dataSpace = "ui-effects-"; +var dataSpace = "ui-effects-", + + // Create a local jQuery because jQuery Color relies on it + jQuery = $; $.effects = { effect: {}