Skip to content

Commit

Permalink
Fix code style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Jul 23, 2015
1 parent 927c0cd commit 2683fbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/channels.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* This file showcases how to set up SseChannel instances,
* some common configuration parameters and how to broadcast data
*/
'use strict';

// Should be `require('sse-channel')` when outside of sse-channel repo
var SseChannel = require('../');
Expand Down

0 comments on commit 2683fbe

Please sign in to comment.