@atlassian/tipsy
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "@atlassian/tipsy", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Atlassian fork of tipsy", | ||
@@ -5,0 +5,0 @@ "browser": "src/javascripts/jquery.tipsy.js", |
// tipsy, facebook style tooltips for jquery | ||
// version 1.3.0 | ||
// version 1.3.1 | ||
// (c) 2008-2010 jason frame [jason@onehackoranother.com] | ||
@@ -328,6 +328,8 @@ // released under the MIT license | ||
if (!options.live) | ||
this.each(function() { | ||
get(this); | ||
}); | ||
// create a tipsy object for every selected element, | ||
// even when the events are delegated. | ||
// this allows destruction to occur. | ||
this.each(function() { | ||
get(this); | ||
}); | ||
@@ -334,0 +336,0 @@ if (options.trigger != "manual") { |
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
65564
523