From: Adrien Jarthon Date: Sun, 29 Mar 2015 17:16:59 +0000 (+0200) Subject: fixed IE incompatible CSS X-Git-Tag: v3.3.5~77^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5921724d9c22098326bed005884477d3e8b6ec44;p=thirdparty%2Fbootstrap.git fixed IE incompatible CSS --- diff --git a/js/tests/unit/tooltip.js b/js/tests/unit/tooltip.js index 21d2641951..709f3937f1 100644 --- a/js/tests/unit/tooltip.js +++ b/js/tests/unit/tooltip.js @@ -364,7 +364,7 @@ $(function () { QUnit.test('should be placed dynamically to viewport with the dynamic placement option', function (assert) { assert.expect(6) - var $style = $('').appendTo('head') + var $style = $('').appendTo('head') var $container = $('
') .css({ position: 'relative',