Skip to content

Commit 149a513

Browse files
committed
Added angular-ws dependency which addresses issue #79
1 parent ab83d79 commit 149a513

5 files changed

+14
-12
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ bower_components/
22
node_modules/
33
npm-debug.log
44
.DS_Store
5+
.metadata/
6+
RemoteSystemsTempFiles/
7+
workspace/

dist/angular-websocket.js

+1-7
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@
2525
};
2626
}
2727

28-
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) {
29-
return typeof obj;
30-
} : function (obj) {
31-
return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj;
32-
};
33-
3428
var Socket;
3529

3630
if (typeof window === 'undefined') {
@@ -412,4 +406,4 @@
412406

413407
exports.default = _angular2.default.module('ngWebSocket');
414408
module.exports = exports['default'];
415-
});
409+
});

dist/angular-websocket.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)