muu

DEPRECATED lightweight JS framework
git clone https://git.ce9e.org/muu.git

commit
17f7b8366eb90529d9c234b44f1e72d9338fbbdb
parent
c339fede2378f73c36185bf1f8c0c4cbe647ba3e
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-08-28 14:35
rm all compatibility code

Diffstat

M test/index.html 11 -----------

1 files changed, 0 insertions, 11 deletions


diff --git a/test/index.html b/test/index.html

@@ -2,19 +2,8 @@
    2     2 <html>
    3     3 <head>
    4     4     <meta charset="utf-8">
    5    -1     <meta http-equiv="X-UA-Compatible" content="IE=edge">
    6     5     <title>Mocha Tests</title>
    7     6     <link href="../lib/mocha/mocha.css" rel="stylesheet" />
    8    -1 
    9    -1     <!--[if IE 8]>
   10    -1     <script src="../lib/ie8/build/ie8.js"></script>
   11    -1     <script src="../lib/es5-shim/es5-shim.js"></script>
   12    -1     <script src="../lib/html5shiv/dist/html5shiv.js"></script>
   13    -1     <script>html5.addElements('muu');</script>
   14    -1     <![endif]-->
   15    -1     <!--[if lte IE 9]>
   16    -1     <script src="../lib/dom4/build/dom4.js"></script>
   17    -1     <![endif]-->
   18     7 </head>
   19     8 <body>
   20     9     <div id="mocha"></div>