@atlassian/aui
Version:
Atlassian User Interface Framework
17 lines (16 loc) • 445 B
JavaScript
(function (global, factory) {
if (typeof define === "function" && define.amd) {
define(['../../js-vendor/jquery/jquery.tipsy'], factory);
} else if (typeof exports !== "undefined") {
factory(require('../../js-vendor/jquery/jquery.tipsy'));
} else {
var mod = {
exports: {}
};
factory(global.jquery);
global.tipsy = mod.exports;
}
})(this, function () {
'use strict';
});
//# sourceMappingURL=tipsy.js.map