diff options
| author | Igor Minar | 2012-01-09 10:36:51 -0800 | 
|---|---|---|
| committer | Vojta Jina | 2012-01-09 14:38:32 -0800 | 
| commit | 7146f7063602b82383211533d98e78f7eb2c03db (patch) | |
| tree | d222b0dcd6f0a34fc51195b358da5f97190797ac /test/widgetsSpec.js | |
| parent | 11cb9423a7a68ea65fee09241179fa04a5cb2eec (diff) | |
| download | angular.js-7146f7063602b82383211533d98e78f7eb2c03db.tar.bz2 | |
fix($httpBackend): fix for jsonp requests
Diffstat (limited to 'test/widgetsSpec.js')
| -rw-r--r-- | test/widgetsSpec.js | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/test/widgetsSpec.js b/test/widgetsSpec.js index 09d807b5..632724ce 100644 --- a/test/widgetsSpec.js +++ b/test/widgetsSpec.js @@ -244,7 +244,6 @@ describe('widget', function() {              $rootScope.tpl = template;              $rootScope.value = value;            }); -          $browser.defer.flush();          };        }  | 
