From 868a2c401fd75fd95c50dc25d531734d6443657e Mon Sep 17 00:00:00 2001 From: Caitlin Potter Date: Tue, 18 Feb 2014 18:52:09 -0500 Subject: [PATCH] style(jqLite): remove trailing whitespace in new test Oops. --- test/jqLiteSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jqLiteSpec.js b/test/jqLiteSpec.js index 1f3be1b27bf0..056c6145ab34 100644 --- a/test/jqLiteSpec.js +++ b/test/jqLiteSpec.js @@ -1320,7 +1320,7 @@ describe('jqLite', function() { }; iframe_.src = "/base/test/fixtures/iframe.html"; jqLite(document).find('body').append(iframe); - + // This test is potentially flaky on CI cloud instances, so there is a generous // wait period... waitsFor(function() { return tested; }, 2000);