Skip to content

Commit

Permalink
Re-enable websocket.
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot committed Dec 18, 2014
1 parent dad6487 commit c476e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = function (config) {
reporters: ['progress'],

// essential for non xhr2 browsers
transports: ['jsonp-polling'],
transports: ['websocket', 'jsonp-polling'],

// web server port
port: 9876,
Expand Down

0 comments on commit c476e62

Please sign in to comment.