'use strict'; /** * An AMD wrapper around bootstrap ui for loaders (like DOJO) that don't * support shims * * TODO: do a bootstrap layer */ define(['text!bootstrap/js/tooltip.js', 'jquery'], function (sc2) { new Function(sc2)(); return; }); //# sourceMappingURL=BSTooltipShim.js.map