aboutsummaryrefslogtreecommitdiffstats
path: root/test/scenario/RunnerSpec.js
diff options
context:
space:
mode:
authorMisko Hevery2010-09-14 23:22:15 +0200
committerMisko Hevery2010-09-14 23:22:15 +0200
commit894ffadc8c35da6c7daf3e16a9f4931b24f3b231 (patch)
treeb96beb2111540f928bfcf410afae8036c312c046 /test/scenario/RunnerSpec.js
parente3f760fbadedc977d9f5f461feafbaecab5a9046 (diff)
downloadangular.js-894ffadc8c35da6c7daf3e16a9f4931b24f3b231.tar.bz2
Fixed all trivial jslint violations
Diffstat (limited to 'test/scenario/RunnerSpec.js')
-rw-r--r--test/scenario/RunnerSpec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scenario/RunnerSpec.js b/test/scenario/RunnerSpec.js
index b12c43c6..2986add6 100644
--- a/test/scenario/RunnerSpec.js
+++ b/test/scenario/RunnerSpec.js
@@ -47,7 +47,7 @@ describe('Runner', function() {
fail();
} catch (e) {
expect(e.message).toEqual('blah');
- };
+ }
});
});
@@ -116,7 +116,7 @@ describe('Runner', function() {
describe('future building', function() {
it('should queue futures', function() {
- function behavior(){};
+ function behavior(){}
Describe('name', function() {
It('should', function() {
$scenario.addFuture('futureName', behavior);