aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/sceSpecs.js
diff options
context:
space:
mode:
authorTimothée Jeannin2014-03-04 20:39:10 +0100
committerTobias Bosch2014-03-05 16:30:51 -0800
commit933537860247de35c21db060ae9ae1f87bb30d53 (patch)
tree3a5ae308aa246de8e3d48d544b5250f1c80effc8 /test/ng/sceSpecs.js
parentde2ecb8a969aa4c96da59e94c0aa9fa84ab232e0 (diff)
downloadangular.js-933537860247de35c21db060ae9ae1f87bb30d53.tar.bz2
style: enable jscs requireLeftStickedOperators rule
Closed #6544.
Diffstat (limited to 'test/ng/sceSpecs.js')
-rw-r--r--test/ng/sceSpecs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ng/sceSpecs.js b/test/ng/sceSpecs.js
index e2a16c1c..40e79c57 100644
--- a/test/ng/sceSpecs.js
+++ b/test/ng/sceSpecs.js
@@ -109,7 +109,7 @@ describe('SCE', function() {
}));
it('should NOT wrap unknown contexts', inject(function($sce) {
- expect(function() { $sce.trustAs('unknown1' , '123'); }).toThrowMinErr(
+ expect(function() { $sce.trustAs('unknown1', '123'); }).toThrowMinErr(
'$sce', 'icontext', 'Attempted to trust a value in invalid context. Context: unknown1; Value: 123');
}));