diff options
Diffstat (limited to 'js/transition.js')
| -rw-r--r-- | js/transition.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/transition.js b/js/transition.js index 8fcf8ff4b..77a0155e6 100644 --- a/js/transition.js +++ b/js/transition.js @@ -9,7 +9,7 @@ (function (o_o) { typeof define === 'function' && define.amd ? define(['jquery'], o_o) : - typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery) + typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery) })(function ($) { 'use strict'; |
