fix strict-mode violations in chrome

This commit is contained in:
Chris Jones 2011-06-22 18:50:38 -07:00
parent 90b24079d5
commit 35b6569f5e
3 changed files with 29 additions and 29 deletions

View file

@ -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',