From 5921724d9c22098326bed005884477d3e8b6ec44 Mon Sep 17 00:00:00 2001 From: Adrien Jarthon Date: Sun, 29 Mar 2015 19:16:59 +0200 Subject: [PATCH] fixed IE incompatible CSS --- js/tests/unit/tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',