From 2bbef363e4a97b3af6a6900f9a2021a0d191ca40 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Sun, 14 Aug 2011 01:47:05 -0700 Subject: style(*): remove extra semicolons --- src/apis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/apis.js') diff --git a/src/apis.js b/src/apis.js index 3a9671a8..10cccacf 100644 --- a/src/apis.js +++ b/src/apis.js @@ -827,7 +827,7 @@ function hashKey(obj) { } else if (key === undefined) { key = obj.$hashKey = nextUid(); } - }; + } return objType + ':' + key; } -- cgit v1.2.3