rename file stream_client -> stream_client_sockjs

This commit is contained in:
Geoff Schmidt
2013-03-28 05:36:34 -07:00
committed by Naomi Seyfer
parent 438bd6f694
commit e710338a94
2 changed files with 1 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ Package.on_use(function (api) {
api.use('reload', 'client');
api.use('routepolicy', 'server');
api.add_files('sockjs-0.3.4.js', 'client');
api.add_files('stream_client.js', 'client');
api.add_files('stream_client_sockjs.js', 'client');
api.add_files('stream_server.js', 'server');
// livedata_connection.js uses a Minimongo collection internally to