fix strict-mode violations in chrome
This commit is contained in:
parent
90b24079d5
commit
35b6569f5e
3 changed files with 29 additions and 29 deletions
2
test.py
2
test.py
|
@ -17,7 +17,7 @@ VERBOSE = False
|
|||
MIMEs = {
|
||||
'.css': 'text/css',
|
||||
'.html': 'text/html',
|
||||
'.js': 'application/json',
|
||||
'.js': 'application/javascript',
|
||||
'.json': 'application/json',
|
||||
'.pdf': 'application/pdf',
|
||||
'.xhtml': 'application/xhtml+xml',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue