aboutsummaryrefslogtreecommitdiff
path: root/js/tests
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-03-10 01:07:14 +0200
committerXhmikosR <[email protected]>2014-03-10 01:07:14 +0200
commit68b3e3f3be1d326474a7f3d2fbc82f349f7815fc (patch)
tree52a16d490f3a1766b89106c0764e17b53cf577dd /js/tests
parentaacafb2d5c28460477311e92de4de8ac88b2461a (diff)
parent9d027d2beedc5d287de2ec0ae740cf4be05b46ac (diff)
downloadbootstrap-68b3e3f3be1d326474a7f3d2fbc82f349f7815fc.tar.xz
bootstrap-68b3e3f3be1d326474a7f3d2fbc82f349f7815fc.zip
Merge pull request #12986 from twbs/unneeded-quotes
Remove unneeded quotes.
Diffstat (limited to 'js/tests')
-rw-r--r--js/tests/unit/tooltip.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/js/tests/unit/tooltip.js b/js/tests/unit/tooltip.js
index f0ac577c6..9df234236 100644
--- a/js/tests/unit/tooltip.js
+++ b/js/tests/unit/tooltip.js
@@ -391,12 +391,12 @@ $(function () {
test('tooltips should be placed dynamically, with the dynamic placement option', function () {
$.support.transition = false
var ttContainer = $('<div id="dynamic-tt-test"/>').css({
- 'height' : 400,
- 'overflow' : 'hidden',
- 'position' : 'absolute',
- 'top' : 0,
- 'left' : 0,
- 'width' : 600
+ height : 400,
+ overflow : 'hidden',
+ position : 'absolute',
+ top : 0,
+ left : 0,
+ width : 600
})
.appendTo('body')