1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-09-03 10:53:08 +02:00

Fix a lot eslint errors.

This commit is contained in:
Lars Jung
2015-11-18 23:16:58 +01:00
parent 0c6143704a
commit 39ea94daa8
88 changed files with 3872 additions and 4930 deletions

View File

@@ -1,14 +1,14 @@
doctype html
html
head
meta( charset="utf-8" )
meta( http-equiv="x-ua-compatible", content="ie=edge" )
meta(charset="utf-8")
meta(http-equiv="x-ua-compatible", content="ie=edge")
title h5ai test suite - v#{pkg.version}
meta( name="viewport", content="width=device-width, initial-scale=1" )
link( rel="stylesheet", href="h5ai-styles.css" )
link( rel="stylesheet", href="styles.css" )
script( src="h5ai-scripts.js" )
script( src="scripts.js" )
meta(name="viewport", content="width=device-width, initial-scale=1")
link(rel="stylesheet", href="h5ai-styles.css")
link(rel="stylesheet", href="styles.css")
script(src="h5ai-scripts.js")
script(src="scripts.js")
body
div#mocha