diff options
author | kpdecker <kpdecker@gmail.com> | 2015-08-03 23:43:00 -0500 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2015-08-03 23:43:00 -0500 |
commit | a44fe470b4c8b62c474a6450f87cadb7ad7bfc25 (patch) | |
tree | 18fbdd50895d18e1a059b3ba0aec8b438a722f01 | |
parent | bb9831b73eb4fdab94caaceb373e4fd266989d76 (diff) | |
download | handlebars.js-a44fe470b4c8b62c474a6450f87cadb7ad7bfc25.zip handlebars.js-a44fe470b4c8b62c474a6450f87cadb7ad7bfc25.tar.gz handlebars.js-a44fe470b4c8b62c474a6450f87cadb7ad7bfc25.tar.bz2 |
Include doctype in amd harness
-rw-r--r-- | spec/amd.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/amd.html b/spec/amd.html index 5de33c1..1149dc7 100644 --- a/spec/amd.html +++ b/spec/amd.html @@ -1,3 +1,4 @@ +<!doctype html> <html> <head> <title>Mocha</title> |