beginning of making a separate ShowInstance vs Show class.

This commit is contained in:
naomiaro 2011-02-05 18:20:51 -05:00
parent bc6dd374f4
commit bfc1bccfdf
18 changed files with 672 additions and 825 deletions

View file

@ -104,7 +104,7 @@ function eventAfterRender( event, element, view ) {
$(element)
.jjmenu("rightClick",
[{get:"/Schedule/make-context-menu/format/json/id/#id#/start/#start#/end/#end#"}],
{id: event.showId, start: getStartTS, end: getEndTS},
{id: event.id, start: getStartTS, end: getEndTS, showId: event.showId},
{xposition: "mouse", yposition: "mouse"});
/*