From 4ae4f1edd230affcf4a6675fd748f86665ce2f8b 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 --- 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 3933a31b..96529d3c 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -841,7 +841,7 @@ function $CompileProvider($provide) { parentGet = $parse(attrs[attrName]); scope[scopeName] = function(locals) { return parentGet(parentScope, locals); - } + }; break; } -- cgit v1.2.3