From 8098886f0125902ae12c82f12aad2c153a9bce2f Mon Sep 17 00:00:00 2001 From: Chris Polis Date: Fri, 16 Sep 2011 22:06:31 -0700 Subject: [PATCH] Added 'onChange' to readme/spec --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 83fbf72..4f38d2a 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ _i.e. about.html_ `cache` - true or false. Determines if all pages are loaded upfront or not. _false by default._ +`onChange` - a function that takes the page name as a parameter and is executed when the page changes. _empty function by default._ + ## Etc... **Created by [@ChrisPolis](http://twitter.com/ChrisPolis)**