Remove unneeded semicolon.

This commit is contained in:
Bryce Johnson 2016-09-19 16:48:20 +02:00
parent 6fc9118cdd
commit 8fa3e576a6
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ content on the Users#show page.
url: new_state
}, document.title, new_state);
return new_state;
};
}
}
global.UserTabs = UserTabs;
})(window.gl || (window.gl = {}));