From 16b5798dc363894fd40d4bb14a6af17172fdab9f Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Thu, 19 Jan 2012 00:29:18 +0000 Subject: [PATCH] Fix typo --- public/sihnon-framework.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sihnon-framework.js b/public/sihnon-framework.js index ab8a205..5c4afb0 100644 --- a/public/sihnon-framework.js +++ b/public/sihnon-framework.js @@ -534,4 +534,4 @@ var sf = { }; // Execute the initialisation code as soon as the DOM is ready. -$('document').ready(sb.init); \ No newline at end of file +$('document').ready(sf.init); \ No newline at end of file