Sha256: fe7c85f5b3a3e9c209d3a6ac2ec5c1a5a40bc11a8514ff28d86e7dc1e7da6765
Contents?: true
Size: 464 Bytes
Versions: 9
Compression:
Stored size: 464 Bytes
Contents
/* global Fae, FCH */ // This is a separate file to keep application.js pure ;(function() { window.FCH = new FrobCoreHelpers(Fae, { mobile_fps: false }); // Selector to support pre-1.3 changes // @depreciation - replace Fae.content_selector property and all instances of it with '.content' in v2.0 Fae.content_selector = FCH.exists('.main_content-section') || FCH.exists('.main_content-sections') ? '.main_content-section-area' : '.content'; })();
Version data entries
9 entries across 9 versions & 1 rubygems