Sha256: e35b088d1633bf3ebeb5bd076ddeed3bc8f4d4abf9c3ab7b482868ddc41b1213
Contents?: true
Size: 667 Bytes
Versions: 1
Compression:
Stored size: 667 Bytes
Contents
import $ from 'jquery'; import { Foundation } from '../../foundation.core'; Foundation.addToJquery($); // These are now separated out, but historically were a part of this module, // and since this is here for backwards compatibility we include them in // this entry. import {rtl, GetYoDigits, transitionend} from '../../foundation.util.core'; Foundation.rtl = rtl; Foundation.GetYoDigits = GetYoDigits; Foundation.transitionend = transitionend; // Every plugin depends on plugin now, we can include that on the core for the // script inclusion path. import { Plugin } from '../../foundation.plugin'; Foundation.Plugin = Plugin; window.Foundation = Foundation;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foundation-rails-6.4.1.0 | vendor/assets/js/entries/plugins/foundation.core.js |