Skip to content
Snippets Groups Projects
Commit e0284f0b authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Add a missing ;

parent f257c083
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ BrowserID.StateMachine = (function() { ...@@ -11,7 +11,7 @@ BrowserID.StateMachine = (function() {
History = bid.History, History = bid.History,
history, history,
mediator = bid.Mediator, mediator = bid.Mediator,
subscriptions = [] subscriptions = [];
var StateMachine = bid.Class({ var StateMachine = bid.Class({
init: function() {}, init: function() {},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment