tooltipster
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -12,4 +12,4 @@ /* | ||
;(function ($, window, document) { | ||
;(function (window, document) { | ||
var $ = null; | ||
var pluginName = "tooltipster", | ||
@@ -1283,2 +1283,12 @@ defaults = { | ||
} | ||
})( jQuery, window, document ); | ||
if(!window.Tooltipster){ | ||
window.Tooltipster = Tooltipster; | ||
} | ||
if(typeof(module)!= "undefined"){ | ||
module.exports = Tooltipster; | ||
} | ||
function setJQuery(jQuery){ | ||
$ = jQuery; | ||
} | ||
})( window, document ); |
{ | ||
"name": "tooltipster", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "tooltipster", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
545456
2450