Sha256: 231968fbb4514b288239d9b96e7df5b5f81c65df78fc5f6e04e43db41d4f6f69
Contents?: true
Size: 383 Bytes
Versions: 4
Compression:
Stored size: 383 Bytes
Contents
// This file is named Admin because child-project asset folders should have a fae.js file to override or add functionality to the admin /** * Fae * @module Fae * @namespace Fae */ var Fae = { path: '<%= Rails.application.routes.url_helpers.fae_path %>', init: function(){ Fae.form.init(); Fae.modals.init(); Fae.navigation.init(); Fae.tables.init(); }, };
Version data entries
4 entries across 4 versions & 1 rubygems