Mercurial > hip
comparison 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 |
comparison
equal
deleted
inserted
replaced
15:21bb73c5d9e1 | 18:5fce4c8f3ebd |
---|---|
69 } | 69 } |
70 | 70 |
71 }; | 71 }; |
72 | 72 |
73 | 73 |
74 var gQs = new QuerySource([ fly, define, google, go, close, open, translate, email, nuke, encrypt, wiki ], | 74 var gQs = new QuerySource([ fly, define, google, go, close, open, translate, email, nuke, encrypt, wiki, calendarize ], |
75 [city, language, tab, person, application]); | 75 [city, language, tab, person, application, DateNounType, AddressNounType]); |
76 | 76 |
77 function makeSuggestionHtml( tagName, list, hilitedNumber ) { | 77 function makeSuggestionHtml( tagName, list, hilitedNumber ) { |
78 var result = ""; | 78 var result = ""; |
79 var openingTag = ""; | 79 var openingTag = ""; |
80 var closingTag = "</" + tagName + ">"; | 80 var closingTag = "</" + tagName + ">"; |