Commit 89fe16b7 authored by Sean Hammond's avatar Sean Hammond

Whitespace fix

parent 82325a7f
...@@ -179,7 +179,7 @@ isHiddenThread = (elem) -> ...@@ -179,7 +179,7 @@ isHiddenThread = (elem) ->
### ###
module.exports = [ module.exports = [
'$parse', '$window', '$location', '$anchorScroll', 'pulse', 'render', '$parse', '$window', '$location', '$anchorScroll', 'pulse', 'render',
($parse, $window, $location, $anchorScroll, pulse, render) -> ($parse, $window, $location, $anchorScroll, pulse, render) ->
linkFn = (scope, elem, attrs, [ctrl, counter, filter]) -> linkFn = (scope, elem, attrs, [ctrl, counter, filter]) ->
# We would ideally use require for this, but searching parents only for a # We would ideally use require for this, but searching parents only for a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment