diff --git a/doc/index.html b/doc/index.html index 71ee3b46022..f5340c49043 100644 --- a/doc/index.html +++ b/doc/index.html @@ -41,8 +41,8 @@

-include("/utils.js");
-include("/http.js");
+node.mixin(require("/utils.js"));
+node.mixin(require("/http.js"));
 createServer(function (req, res) {
   setTimeout(function () {
     res.sendHeader(200, {"Content-Type": "text/plain"});