Remove unneeded semicolon.
This commit is contained in:
parent
6fc9118cdd
commit
8fa3e576a6
1 changed files with 1 additions and 1 deletions
|
@ -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 = {}));
|
||||
|
|
Loading…
Reference in a new issue