Skip to content

Commit

Permalink
Added angular-ws dependency which addresses issue #79
Browse files Browse the repository at this point in the history
  • Loading branch information
reymalahay committed Jul 7, 2016
1 parent ab83d79 commit 149a513
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ bower_components/
node_modules/
npm-debug.log
.DS_Store
.metadata/
RemoteSystemsTempFiles/
workspace/
8 changes: 1 addition & 7 deletions dist/angular-websocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
};
}

var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) {
return typeof obj;
} : function (obj) {
return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj;
};

var Socket;

if (typeof window === 'undefined') {
Expand Down Expand Up @@ -412,4 +406,4 @@

exports.default = _angular2.default.module('ngWebSocket');
module.exports = exports['default'];
});
});
2 changes: 1 addition & 1 deletion dist/angular-websocket.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 149a513

Please sign in to comment.