Skip to content

Commit

Permalink
Fixes #311
Browse files Browse the repository at this point in the history
Expose `Strophe`, `$build`, `$msg` and `$iq` as globals
  • Loading branch information
jcbrand committed Nov 15, 2018
1 parent 16358a1 commit 12f07b4
Show file tree
Hide file tree
Showing 7 changed files with 2,904 additions and 2,788 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Strophe.js Change Log

## Version 1.3.1 - (Unreleased)

* #311 Expose `Strophe`, `$build`, `$msg` and `$iq` as globals

## Version 1.3.0 - (2018-10-21)

* Use ES2015 modules
Expand Down
65 changes: 57 additions & 8 deletions dist/strophe.js

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

2 changes: 1 addition & 1 deletion examples/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<hr>
<table id='log'></table>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js'></script>
<script src='../strophe.js'></script>
<script src='../dist/strophe.js'></script>
<script src='https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/vkbeautify/vkbeautify.0.99.00.beta.js'></script>
<script src='basic.js'></script>
</body>
Expand Down
Loading

0 comments on commit 12f07b4

Please sign in to comment.