aboutsummaryrefslogtreecommitdiff
path: root/js/tests
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-17 18:58:01 -0800
committerChris Rebert <[email protected]>2014-12-29 12:33:06 -0800
commit6a5bc636495815b1510aaa7ecb74afd0206d22bf (patch)
treeef9f3ea041a53603bc33aac8b0b26fd514617fcc /js/tests
parenta1ce6a1968f170125512710486e6ff73370723c7 (diff)
downloadbootstrap-6a5bc636495815b1510aaa7ecb74afd0206d22bf.tar.xz
bootstrap-6a5bc636495815b1510aaa7ecb74afd0206d22bf.zip
rename .arrow => .popover-arrow
Diffstat (limited to 'js/tests')
-rw-r--r--js/tests/unit/popover.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/popover.js b/js/tests/unit/popover.js
index 466ebace2..8f59d3483 100644
--- a/js/tests/unit/popover.js
+++ b/js/tests/unit/popover.js
@@ -141,7 +141,7 @@ $(function () {
.bootstrapPopover({
title: 'Test',
content: 'Test',
- template: '<div class="popover foobar"><div class="arrow"></div><div class="inner"><h3 class="title"/><div class="content"><p/></div></div></div>'
+ template: '<div class="popover foobar"><div class="popover-arrow"></div><div class="inner"><h3 class="title"/><div class="content"><p/></div></div></div>'
})
$popover.bootstrapPopover('show')