Skip to content
Snippets Groups Projects
Commit 205b9b67 authored by Constantin Jucovschi's avatar Constantin Jucovschi
Browse files

new stomp library

parent dd501a7e
Branches
Tags
No related merge requests found
...@@ -141,8 +141,8 @@ ...@@ -141,8 +141,8 @@
} }
Client.prototype.debug = function(message) { Client.prototype.debug = function(message) {
var _ref;
return typeof window !== "undefined" && window !== null ? (_ref = window.console) != null ? _ref.log(message) : void 0 : void 0; return null;
}; };
now = function() { now = function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment