Skip to content

Commit

Permalink
Update popover.js
Browse files Browse the repository at this point in the history
  • Loading branch information
brichbash authored Oct 10, 2024
1 parent 10fb162 commit b9a12b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/src/popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class Popover extends Tooltip {
_getContent() {
return this._resolvePossibleFunction(this._config.content)
}

// TODO: FOOBAR
// Static
static jQueryInterface(config) {
return this.each(function () {
Expand All @@ -101,6 +101,7 @@ class Popover extends Tooltip {
if (typeof data[config] === 'undefined') {
throw new TypeError(`No method named "${config}"`)
}
// TODO: FOOBAR

data[config]()

Check failure on line 106 in js/src/popover.js

View workflow job for this annotation

GitHub Actions / Qodana for JS

ESLint

ESLint: Expected indentation of 6 spaces but found 0. (indent)
})
Expand Down

0 comments on commit b9a12b4

Please sign in to comment.