Skip to content

Commit

Permalink
Merge pull request #325 from fitzgen/update-mappings-wasm
Browse files Browse the repository at this point in the history
Update lib/mappings.wasm to 0.5.0
  • Loading branch information
fitzgen committed Feb 26, 2018
2 parents 3181bac + 4ade41f commit 3720ffa
Show file tree
Hide file tree
Showing 3 changed files with 3,322 additions and 3,300 deletions.
2 changes: 1 addition & 1 deletion bench/bench-dom-bindings.js
@@ -1,5 +1,5 @@
sourceMap.SourceMapConsumer.initialize({
"lib/mappings.wasm": "../lib/mappings.wasm",
"lib/mappings.wasm": "../lib/mappings.wasm?bust_cache=" + String(Math.random()).replace(/0\./, ""),
});

function bindRange(labelId, updater) {
Expand Down

0 comments on commit 3720ffa

Please sign in to comment.