@atlassian/tipsy
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "@atlassian/tipsy", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Atlassian fork of tipsy", | ||
@@ -18,2 +18,5 @@ "browser": "src/javascripts/jquery.tipsy.js", | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.com/" | ||
}, | ||
"keywords": [ | ||
@@ -20,0 +23,0 @@ "tipsy" |
@@ -10,4 +10,5 @@ // tipsy, facebook style tooltips for jquery | ||
(function($) { | ||
var liveBindingWarning = "To be compatible with jQuery 1.9 and higher,"; | ||
" You must pass a selector to tipsy's live argument." + | ||
var liveBindingWarning = | ||
"To be compatible with jQuery 1.9 and higher," + | ||
" You must pass a selector to tipsy's live argument." + | ||
" For instance, `$(document).tipsy({live: 'a.live'});`"; | ||
@@ -14,0 +15,0 @@ |
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
65649
524