diff hip.js @ 18:5fce4c8f3ebd

Preliminary version of date stuff added
author jonathandicarlo@jonathan-dicarlos-macbook-pro.local
date Tue, 15 Jul 2008 14:10:17 -0700
parents a26372118854
children
line wrap: on
line diff
--- a/hip.js	Mon Jul 07 13:00:19 2008 -0700
+++ b/hip.js	Tue Jul 15 14:10:17 2008 -0700
@@ -71,8 +71,8 @@
 };
 
 
-var gQs = new QuerySource([ fly, define, google, go, close, open, translate, email, nuke, encrypt, wiki ],
-			  [city, language, tab, person, application]);
+var gQs = new QuerySource([ fly, define, google, go, close, open, translate, email, nuke, encrypt, wiki, calendarize ],
+			  [city, language, tab, person, application, DateNounType, AddressNounType]);
 
 function makeSuggestionHtml( tagName, list, hilitedNumber ) {
   var result = "";