Commit 8fa3e576 authored by Bryce Johnson's avatar Bryce Johnson

Remove unneeded semicolon.

parent 6fc9118c
...@@ -156,7 +156,7 @@ content on the Users#show page. ...@@ -156,7 +156,7 @@ content on the Users#show page.
url: new_state url: new_state
}, document.title, new_state); }, document.title, new_state);
return new_state; return new_state;
}; }
} }
global.UserTabs = UserTabs; global.UserTabs = UserTabs;
})(window.gl || (window.gl = {})); })(window.gl || (window.gl = {}));
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