Skip to content
Snippets Groups Projects
Commit cae93774 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

untermineated statement terminated

parent 997bc56b
No related branches found
No related tags found
1 merge request!295Resolve "alternative to google maps api way of visualizing maps"
......@@ -14,7 +14,7 @@ function modifyPopover() {
$.fn.popover.Constructor.prototype.reposition = function () {
var $tip = this.tip();
var placement = typeof this.options.placement === 'function' ? this.options.placement.call(this, $tip[0], this.$element[0]) : this.options.placement
var placement = typeof this.options.placement === 'function' ? this.options.placement.call(this, $tip[0], this.$element[0]) : this.options.placement;
var autoToken = /\s?auto?\s?/i;
var autoPlace = autoToken.test(placement);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment