diff options
| author | Jacob Thornton <[email protected]> | 2015-08-18 19:22:46 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2015-08-18 19:22:46 -0700 |
| commit | 18ff57a183ac141f70164be481ef703729bcdf0d (patch) | |
| tree | 89c7c9204089f1c960ac25a56ff6588f797b451d /js/src/popover.js | |
| parent | f1827e5f9c37e9a344a8f7dd8ed269e774e83fce (diff) | |
| download | bootstrap-18ff57a183ac141f70164be481ef703729bcdf0d.tar.xz bootstrap-18ff57a183ac141f70164be481ef703729bcdf0d.zip | |
js tests passing + eslint
Diffstat (limited to 'js/src/popover.js')
| -rw-r--r-- | js/src/popover.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/popover.js b/js/src/popover.js index 31c7a3ae1..30c0e4acb 100644 --- a/js/src/popover.js +++ b/js/src/popover.js @@ -141,7 +141,7 @@ const Popover = (($) => { _getContent() { return this.element.getAttribute('data-content') - || (typeof this.config.content == 'function' ? + || (typeof this.config.content === 'function' ? this.config.content.call(this.element) : this.config.content) } |
