Sha256: 1d5bc99680e4a1977c8289bfc437cb82a94da19a3b906be6f629e6fc4a3174d1
Contents?: true
Size: 510 Bytes
Versions: 27
Compression:
Stored size: 510 Bytes
Contents
/*jshint esversion: 6, strict: false */ import renderCharts from "charts"; import checkboxToggle from "checkbox_toggle"; import documentReady from "document_ready"; import showToasts from "toasts"; import setupPopovers from "popovers"; import LivePoll from "live_poll"; import { Application } from "stimulus"; window.Stimulus = Application.start(); documentReady(function() { renderCharts(); showToasts(); setupPopovers(); checkboxToggle(); const livePoll = new LivePoll livePoll.start(); });
Version data entries
27 entries across 27 versions & 1 rubygems