diff options
Diffstat (limited to 'js/bootstrap-popover.js')
| -rw-r--r-- | js/bootstrap-popover.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/bootstrap-popover.js b/js/bootstrap-popover.js index 1cf4b8917..a8a1d8e7b 100644 --- a/js/bootstrap-popover.js +++ b/js/bootstrap-popover.js @@ -20,6 +20,8 @@ !function( $ ) { + "use strict" + var Popover = function ( element, options ) { this.$element = $(element) this.options = options |
