Skip to content

Commit

Permalink
Move from browserbuild to browserify
Browse files Browse the repository at this point in the history
  • Loading branch information
fnogatz committed Apr 11, 2020
1 parent 56b4eba commit 7380ba3
Show file tree
Hide file tree
Showing 4 changed files with 1,092 additions and 8 deletions.
2 changes: 1 addition & 1 deletion browser/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
reader.onload = function(e) {
view = new DataView(this.result);

var tnmt = parseSWT(view);
var tnmt = parseDataView(view);
if (t) {
document.body.removeChild(document.getElementById('json'))
}
Expand Down
10 changes: 5 additions & 5 deletions browser/swtparser.js

Large diffs are not rendered by default.

0 comments on commit 7380ba3

Please sign in to comment.