Sha256: a4fdf05087d5c741f6b3812c34b5bc3f3549fdcfad1a836422d0341d859181bc
Contents?: true
Size: 672 Bytes
Versions: 14
Compression:
Stored size: 672 Bytes
Contents
// Add things back to app's scope // Lib const Noty = ConnectUI.lib.Noty; const sortable = ConnectUI.lib.sortable; const idbKeyval = ConnectUI.lib.idbKeyval; // fetch const hallwayPrefix = ConnectUI.api.hallwayPrefix; const fetchJson = ConnectUI.api.fetchJson; const checkStatus = ConnectUI.api.checkStatus; const getErrorMessage = ConnectUI.api.getErrorMessage; // iframe const resize_iframe = ConnectUI.iframe.resize_iframe; const receiveMessage = ConnectUI.iframe.receiveMessage; // noty const showSuccessNoty = ConnectUI.noty.showSuccessNoty; const showErrorNoty = ConnectUI.noty.showErrorNoty; // util const z = ConnectUI.z; const debounce = ConnectUI.debounce;
Version data entries
14 entries across 14 versions & 1 rubygems