From a80729a1790fe29aca9e742c048efe394cceda3b Mon Sep 17 00:00:00 2001 From: David Niergarth Date: Tue, 27 May 2014 00:19:39 -0500 Subject: [PATCH] Add #performance to home page Also back out whitespace-only change. --- docs/layout/index.html | 4 ++-- docs/mithril.deferred.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/layout/index.html b/docs/layout/index.html index 112994ab..1b1ac9ca 100644 --- a/docs/layout/index.html +++ b/docs/layout/index.html @@ -148,7 +148,7 @@ m.module(document.getElementById("example"), app);
-

Performance

+

Performance

To run the execution time tests below, click on their respective links, run the profiler from your desired browser's developer tools and measure the running time of a page refresh (Lower is better). Read more

@@ -242,4 +242,4 @@ m.module(document.getElementById("example"), app); - \ No newline at end of file + diff --git a/docs/mithril.deferred.md b/docs/mithril.deferred.md index baed49b4..e4b19d9c 100644 --- a/docs/mithril.deferred.md +++ b/docs/mithril.deferred.md @@ -224,4 +224,4 @@ where: - + \ No newline at end of file