Skip to content

Commit

Permalink
Fix connection Promise catch
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Oct 25, 2017
1 parent 25ab625 commit b6ab2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/scripts/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ var GhostText = {
change: event.data
});
};
}).fail(GhostText.errorHandler);
}).catch(GhostText.errorHandler);
});
},

Expand Down

0 comments on commit b6ab2bd

Please sign in to comment.