Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/js/tooltipster.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -2927,7 +2927,7 @@ $.fn.tooltipster = function() {

this.each(function() {

// retrieve the namepaces of the tooltip(s) that exist on that element.
// retrieve the namespaces of the tooltip(s) that exist on that element.
// We will interact with the first tooltip only.
var ns = $(this).data('tooltipster-ns'),
// self represents the instance of the first tooltipster plugin
Expand Down
2 changes: 1 addition & 1 deletion dist/js/tooltipster.main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2927,7 +2927,7 @@ $.fn.tooltipster = function() {

this.each(function() {

// retrieve the namepaces of the tooltip(s) that exist on that element.
// retrieve the namespaces of the tooltip(s) that exist on that element.
// We will interact with the first tooltip only.
var ns = $(this).data('tooltipster-ns'),
// self represents the instance of the first tooltipster plugin
Expand Down
4 changes: 2 additions & 2 deletions src/js/tooltipster.js
Original file line number Diff line number Diff line change
Expand Up @@ -2905,7 +2905,7 @@ $.fn.tooltipster = function() {

this.each(function() {

// retrieve the namepaces of the tooltip(s) that exist on that element.
// retrieve the namespaces of the tooltip(s) that exist on that element.
// We will interact with the first tooltip only.
var ns = $(this).data('tooltipster-ns'),
// self represents the instance of the first tooltipster plugin
Expand Down Expand Up @@ -3318,4 +3318,4 @@ function transitionSupport() {

// we'll return jQuery for plugins not to have to declare it as a dependency,
// but it's done by a build task since it should be included only once at the
// end when we concatenate the main file with a plugin
// end when we concatenate the main file with a plugin