diff options
Diffstat (limited to 'ui/source/effects.core.js')
-rw-r--r-- | ui/source/effects.core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/source/effects.core.js b/ui/source/effects.core.js index a7b706a55..6940eca55 100644 --- a/ui/source/effects.core.js +++ b/ui/source/effects.core.js @@ -1,6 +1,6 @@ ;(function($) { -$.effects = $.effects || {}; //Add the 'ec' scope +$.effects = $.effects || {}; //Add the 'effects' scope $.extend($.effects, { save: function(el, set) { |