Mercurial > hip
diff verbs.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 | 8dcc88f93829 |
children |
line wrap: on
line diff
--- a/verbs.js Mon Jul 07 13:00:19 2008 -0700 +++ b/verbs.js Tue Jul 15 14:10:17 2008 -0700 @@ -116,3 +116,10 @@ desc = desc + "Wikipedia for "" + directObject + """; return desc; }; + +var calendarize = new Verb( "calendarize", "date", DateNounType, {} ); +calendarize.getDescription = function( directObject, mods ) { + return "Add event to your calendar on " + directObject; +} + +// email mapping \ No newline at end of file