From e6497145c070971270b7430c87f41e6cff9d5336 Mon Sep 17 00:00:00 2001 From: Ryan Morrison~Westphal Date: Sun, 5 Jun 2016 19:09:02 -0400 Subject: [PATCH] $ not always defined at this point, e.g., Word Press themes --- js/jquery.ui.widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.ui.widget.js b/js/jquery.ui.widget.js index e13580f..65c9c96 100644 --- a/js/jquery.ui.widget.js +++ b/js/jquery.ui.widget.js @@ -8,7 +8,7 @@ * http://docs.jquery.com/UI/Widget */ -if ( ! $.widget ) { +if ( ! jQuery.widget ) { (function( $, undefined ) {