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", []) #############################################################################