diff options
| author | Mark Otto <[email protected]> | 2014-03-09 16:11:04 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-09 16:11:04 -0700 |
| commit | b263a0197be84f4018c124b738e07e35c42d493f (patch) | |
| tree | c689aa917b65ee0ce661e52dc6388aab7e27a64a /js/tests | |
| parent | 2f7b04a192f271f63e83db9e2e6322b63abff252 (diff) | |
| parent | 68b3e3f3be1d326474a7f3d2fbc82f349f7815fc (diff) | |
| download | bootstrap-b263a0197be84f4018c124b738e07e35c42d493f.tar.xz bootstrap-b263a0197be84f4018c124b738e07e35c42d493f.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Conflicts:
Gruntfile.js
Diffstat (limited to 'js/tests')
| -rw-r--r-- | js/tests/unit/tooltip.js | 12 |
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') |
