diff options
Diffstat (limited to 'js/tab.js')
| -rw-r--r-- | js/tab.js | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -7,7 +7,11 @@ * ======================================================================== */ -+function ($) { +(function (o_o) { + typeof define === 'function' && define.amd ? define(['jquery'], o_o) : + typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery) +})(function ($) { + 'use strict'; // TAB CLASS DEFINITION @@ -125,4 +129,4 @@ Plugin.call($(this), 'show') }) -}(jQuery); +}); |
