From cc04ee80a60dfb01e02a9a53831933b2dc8ef7e3 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 10 Sep 2014 12:36:52 +0200 Subject: [PATCH] Remove unused local variables on main common module file. --- app/coffee/modules/common.coffee | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/coffee/modules/common.coffee b/app/coffee/modules/common.coffee index cb3b0db1..a84b5ccd 100644 --- a/app/coffee/modules/common.coffee +++ b/app/coffee/modules/common.coffee @@ -21,9 +21,6 @@ taiga = @.taiga -trim = @.taiga.trim -typeIsArray = @.taiga.typeIsArray - module = angular.module("taigaCommon", []) #############################################################################