2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Minor indentation fixes.

This commit is contained in:
XhmikosR
2018-09-25 09:13:51 +03:00
parent b8a6855a69
commit 5cce25d515
4 changed files with 60 additions and 60 deletions
+2 -2
View File
@@ -67,8 +67,8 @@
return $e.attr('data-content')
|| (typeof o.content == 'function' ?
o.content.call($e[0]) :
o.content)
o.content.call($e[0]) :
o.content)
}
Popover.prototype.arrow = function () {