Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
client-js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Attention: Maintenance on monday 19.04.2021 from 07:00 - 13:00 (Gitlab and Mattermost are offline!)
Open sidebar
sally4-core
client-js
Commits
205b9b67
Commit
205b9b67
authored
Jun 08, 2015
by
Constantin Jucovschi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new stomp library
parent
dd501a7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
extlibs/stomp.js
extlibs/stomp.js
+2
-2
No files found.
extlibs/stomp.js
View file @
205b9b67
...
...
@@ -141,8 +141,8 @@
}
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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment