From 6b71f5be73a01f41ebefc52acfb775d2df78263c Mon Sep 17 00:00:00 2001 From: Ryan Heath Date: Wed, 12 May 2010 18:47:04 -0400 Subject: [PATCH] added author code comments --- searchbox.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/searchbox.js b/searchbox.js index b4bcae8..0b355f8 100644 --- a/searchbox.js +++ b/searchbox.js @@ -1,3 +1,6 @@ +// Author: Ryan Heath +// http://rpheath.com + (function($) { $.searchbox = {}