aboutsummaryrefslogtreecommitdiffstats
path: root/src/jqLite.js
diff options
context:
space:
mode:
authorTimothée Jeannin2014-03-04 20:39:10 +0100
committerBrian Ford2014-03-07 15:05:22 -0800
commit8c7b9b8de432e4fa6267ce7c58fca85f68001b01 (patch)
tree3a5ae308aa246de8e3d48d544b5250f1c80effc8 /src/jqLite.js
parentf39ac571c4b21a90e8422206d0a5bb75846ebfca (diff)
downloadangular.js-8c7b9b8de432e4fa6267ce7c58fca85f68001b01.tar.bz2
style: enable jscs requireLeftStickedOperators rule
Closed #6544.
Diffstat (limited to 'src/jqLite.js')
-rw-r--r--src/jqLite.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jqLite.js b/src/jqLite.js
index 809ede03..ba613f21 100644
--- a/src/jqLite.js
+++ b/src/jqLite.js
@@ -457,7 +457,7 @@ forEach({
return jqLite(element).data('$isolateScope') || jqLite(element).data('$isolateScopeNoTemplate');
},
- controller: jqLiteController ,
+ controller: jqLiteController,
injector: function(element) {
return jqLiteInheritedData(element, '$injector');