diff options
| author | Vojta Jina | 2011-04-20 00:24:20 +0200 |
|---|---|---|
| committer | Igor Minar | 2011-04-25 08:17:17 -0700 |
| commit | f85c82acd623e63f23a4f3ebba239280f14e380b (patch) | |
| tree | d4e18fa18ce3415586b736def8edfbe93d9366b1 /test/scenario/dslSpec.js | |
| parent | 35bb19856cc8f3d8923305869c0d4ffa4a03aa8f (diff) | |
| download | angular.js-f85c82acd623e63f23a4f3ebba239280f14e380b.tar.bz2 | |
Fix some typos, missing semi-colons, etc...
This is a combination of 4 commits:
* Fix some small typos, missing semi-colons, etc.
* Fix comment for angular.scenario.SpecRunner.run method
* Fixed some missing semi-colons in cookbook
* Fixed missing semi-colon in nodeserver/server.js
Diffstat (limited to 'test/scenario/dslSpec.js')
| -rw-r--r-- | test/scenario/dslSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scenario/dslSpec.js b/test/scenario/dslSpec.js index d714dc45..f0534c2c 100644 --- a/test/scenario/dslSpec.js +++ b/test/scenario/dslSpec.js @@ -138,7 +138,7 @@ describe("angular.scenario.dsl", function() { hashSearch: {x: 2}, hashPath: '/bar', search: {foo: 10} - } + }; } else { throw new Error('unknown service id ' + serviceId); } |
