Sha256: 9a12de75a8e321ac619ae2db159dae83814a40457d5e4059335890223431a31c
Contents?: true
Size: 314 Bytes
Versions: 3
Compression:
Stored size: 314 Bytes
Contents
class CalendarApplication calendarElements = 'ul.dates': CalendarDatesController 'ul.event_details': CalendarEventsController @initialize = () -> for element, controller of calendarElements for el in $(element) new controller($(el)) window.CalendarApplication = CalendarApplication
Version data entries
3 entries across 3 versions & 1 rubygems