From 856a51d8bd3bdf789ba044a0c32e472a03962c04 Mon Sep 17 00:00:00 2001 From: Jason Tipton Date: Sun, 25 Jan 2015 14:55:40 -0500 Subject: [PATCH] jQuery Noconflic mode small adjustment to allow the extension to work with CMS that have jQuery in no conflict mode --- gumby.images.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gumby.images.js b/gumby.images.js index 6a61bfd..05ff0e2 100755 --- a/gumby.images.js +++ b/gumby.images.js @@ -1,7 +1,7 @@ /** * Gumby Images */ -!function() { +!function($) { 'use strict'; @@ -199,4 +199,4 @@ Gumby.initialize('images'); } }); -}(); +}(jQuery);