UNPKG

sportsbet-mobile

Version:
20 lines (15 loc) • 321 B
interface Templates { chat: Template; } interface LC_API { open_chat_window(): void; agents_are_available(): void; on_after_load(): void; minimize_chat_window(): void; } declare var LC_API:LC_API; Template.chat.events({ 'click #startChat, touchstart #startChat': function(){ LC_API.open_chat_window(); } });