Removed some ;

stable
David Barragán Merino 2014-09-17 10:53:10 +02:00
parent 44d15d302b
commit 5fbe46cc1c
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ class BacklogController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.F
# theme: 'minimal-dark' # theme: 'minimal-dark'
# scrollInertia: 0 # scrollInertia: 0
# axis: 'y' # axis: 'y'
# }); # })
# On Error # On Error
promise.then null, (xhr) => promise.then null, (xhr) =>
@ -520,7 +520,7 @@ BacklogDirective = ($repo, $rootscope) ->
$ctrl.toggleShowTags() $ctrl.toggleShowTags()
showHideTags($ctrl); showHideTags($ctrl)
showHideTags = ($ctrl) -> showHideTags = ($ctrl) ->
elm = angular.element("#show-tags") elm = angular.element("#show-tags")