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',