Updated spec to check for $uid or Slick.uidOf.
[mootools.git] / index.html
blob9a12e73b34621425b28146bb6adce79be5e926c7
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Spec Runner</title>
5 <link rel="stylesheet" href="Runner/runner.css" type="text/css" media="screen" title="no title" charset="utf-8" />
7 <script type="text/javascript" src="Configuration.js"></script>
8 </head>
9 <body>
10 <div class="container">
12 <h1><strong>Specs</strong> for <script>document.write(Configuration.name);</script></h1>
14 <ul id="prebuilt">
15 <script>
16 (function(){
17 for (var name in Configuration.presets){
18 document.write('<li><a href="Runner/runner.html?preset=' + name + '">&rarr; ' + name + ': [' + Configuration.presets[name].sets.join(', ') + '] Specs</a></li>');
20 })();
21 </script>
22 <li><a href="1.3client/Utilities/DOMReady.php">&rarr; 1.3 DOMReady</a></li>
23 <li><a href="1.4client/Element/Element.Delegation.html">&rarr; 1.4 Delegation</a></li>
24 </ul>
26 </div>
27 </body>
28 </html>