|
Revision 1424, 0.8 kB
(checked in by tomocchino, 3 months ago)
|
- fixed a typo in Specs/index.html
- removed new TextNode? specs as this functionality has been removed from the framework
|
| Line | |
|---|
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|---|
| 3 | <head> |
|---|
| 4 | <title>MooTools Specs</title> |
|---|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
|---|
| 6 | <link rel="stylesheet" type="text/css" media="screen" href="../assets/styles/specs.css" /> |
|---|
| 7 | <script type="text/javascript" src="../assets/scripts/JSSpec.js"></script> |
|---|
| 8 | <script type="text/javascript" src="../assets/scripts/DiffMatchPatch.js"></script> |
|---|
| 9 | <script type="text/javascript" src="../assets/scripts/Builder.js"></script> |
|---|
| 10 | <script type="text/javascript"> |
|---|
| 11 | Builder.includeType('source'); |
|---|
| 12 | if (!Builder.includeRequest('specs')) Builder.includeType('specs'); |
|---|
| 13 | </script> |
|---|
| 14 | </head> |
|---|
| 15 | <body> |
|---|
| 16 | </body> |
|---|
| 17 | </html> |
|---|