diff options
| author | Caitlin Potter | 2014-02-18 18:52:09 -0500 | 
|---|---|---|
| committer | Caitlin Potter | 2014-02-18 18:52:09 -0500 | 
| commit | 868a2c401fd75fd95c50dc25d531734d6443657e (patch) | |
| tree | 9867c77e1c4f0f20e71457a9f22782f3c9295f81 /test/jqLiteSpec.js | |
| parent | 05fbed5710b702c111c1425a9e241c40d13b0a54 (diff) | |
| download | angular.js-868a2c401fd75fd95c50dc25d531734d6443657e.tar.bz2 | |
style(jqLite): remove trailing whitespace in new test
Oops.
Diffstat (limited to 'test/jqLiteSpec.js')
| -rw-r--r-- | test/jqLiteSpec.js | 2 | 
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); | 
