Sha256: 051532d427832d004bdd2862fed8e55245fe93a3364cca990befcd5e3f689893
Contents?: true
Size: 670 Bytes
Versions: 1
Compression:
Stored size: 670 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 var 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zuora_connect_ui-0.12.3 | app/assets/javascripts/zuora_connect_ui/globals.js |