Commit 8e72c65c authored by Robert Speicher's avatar Robert Speicher

Minor style fixes in MergeRequestTabs

parent ff27747e
...@@ -18,11 +18,11 @@ class @MergeRequestTabs ...@@ -18,11 +18,11 @@ class @MergeRequestTabs
action = $target.data('action') action = $target.data('action')
# Lazy-load commits # Lazy-load commits
if action == 'commits' and not @commitsLoaded if action == 'commits' && !@commitsLoaded
@loadCommits() @loadCommits()
# Lazy-load diffs # Lazy-load diffs
if action == 'diffs' and not @diffsLoaded if action == 'diffs' && !@diffsLoaded
@loadDiff() @loadDiff()
@setCurrentAction(action) @setCurrentAction(action)
......
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