diff options
| author | Chia-liang Kao | 2014-02-13 17:40:29 +0800 | 
|---|---|---|
| committer | Pawel Kozlowski | 2014-02-22 22:41:51 +0100 | 
| commit | ffe5115355baa6ee2136b6fb5e4828e4e2fa58f8 (patch) | |
| tree | 8e7ca60ea92a30a95ed9d4090407ed4757f61f8f /test/ng/sceSpecs.js | |
| parent | 61b2515c0d7106e3413387e4b1f0d6cf335ba6c7 (diff) | |
| download | angular.js-ffe5115355baa6ee2136b6fb5e4828e4e2fa58f8.tar.bz2 | |
style(tests): remove trailing comma in specs
Closes #6241
Diffstat (limited to 'test/ng/sceSpecs.js')
| -rw-r--r-- | test/ng/sceSpecs.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/ng/sceSpecs.js b/test/ng/sceSpecs.js index 66c05c0d..e2a16c1c 100644 --- a/test/ng/sceSpecs.js +++ b/test/ng/sceSpecs.js @@ -436,7 +436,7 @@ describe('SCE', function() {      it('should support multiple items in both lists', runTest(        {          whiteList: [/^http:\/\/example.com\/1$/, /^http:\/\/example.com\/2$/, /^http:\/\/example.com\/3$/, 'self'], -        blackList: [/^http:\/\/example.com\/3$/, /.*\/open_redirect/], +        blackList: [/^http:\/\/example.com\/3$/, /.*\/open_redirect/]        }, function($sce) {          expect($sce.getTrustedResourceUrl('same_domain')).toEqual('same_domain');          expect($sce.getTrustedResourceUrl('http://example.com/1')).toEqual('http://example.com/1'); | 
