Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jakearchibald committed Aug 4, 2017
1 parent 125a9dc commit 4552339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/serve/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class WorkersHandler(HtmlWrapperHandler):

class SharedWorkersHandler(HtmlWrapperHandler):
path_replace = [(".any.sharedworker.html", ".any.js", ".any.worker.js"),
(".sharedworker.html", ".worker.js")]
(".sharedworker.html", ".sharedworker.js")]
wrapper = """<!doctype html>
<meta charset=utf-8>
%(meta)s
Expand All @@ -160,7 +160,7 @@ class SharedWorkersHandler(HtmlWrapperHandler):

class ServiceWorkersHandler(HtmlWrapperHandler):
path_replace = [(".any.serviceworker.https.html", ".any.js", ".any.worker.js"),
(".serviceworker.https.html", ".worker.js")]
(".serviceworker.https.html", ".serviceworker.js")]
wrapper = """<!doctype html>
<meta charset=utf-8>
%(meta)s
Expand Down

0 comments on commit 4552339

Please sign in to comment.