aboutsummaryrefslogtreecommitdiffstats
path: root/test/jqLiteSpec.js
diff options
context:
space:
mode:
authorCaitlin Potter2014-02-18 18:52:09 -0500
committerCaitlin Potter2014-02-18 18:52:09 -0500
commit868a2c401fd75fd95c50dc25d531734d6443657e (patch)
tree9867c77e1c4f0f20e71457a9f22782f3c9295f81 /test/jqLiteSpec.js
parent05fbed5710b702c111c1425a9e241c40d13b0a54 (diff)
downloadangular.js-868a2c401fd75fd95c50dc25d531734d6443657e.tar.bz2
style(jqLite): remove trailing whitespace in new test
Oops.
Diffstat (limited to 'test/jqLiteSpec.js')
-rw-r--r--test/jqLiteSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/jqLiteSpec.js b/test/jqLiteSpec.js
index 1f3be1b2..056c6145 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);