From ae33e11694fa6f47a1ea0dcb1f8ee6816d0e8556 Mon Sep 17 00:00:00 2001 From: Anatoly Shikolay Date: Tue, 7 May 2013 00:56:51 -0400 Subject: style(*): fix up semicolon and var usage Conflicts: src/ng/animation.js src/ng/animator.js src/ng/http.js --- src/ng/compile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/compile.js') diff --git a/src/ng/compile.js b/src/ng/compile.js index 371617fe..a609d615 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -822,7 +822,7 @@ function $CompileProvider($provide) { parentGet = $parse(attrs[attrName]); scope[scopeName] = function(locals) { return parentGet(parentScope, locals); - } + }; break; } -- cgit v1.2.3