UNPKG

infusion

Version:

Infusion is an application framework for developing flexible stuff with JavaScript

30 lines (23 loc) 902 B
/* Copyright 2018 OCAD University Licensed under the Educational Community License (ECL), Version 2.0 or the New BSD license. You may not use this file except in compliance with one these Licenses. You may obtain a copy of the ECL 2.0 License and BSD License at https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt */ var fluid_3_0_0 = fluid_3_0_0 || {}; (function ($, fluid) { "use strict"; /********************************************************************************** * Captions Panel **********************************************************************************/ fluid.defaults("fluid.prefs.panel.syllabification", { gradeNames: ["fluid.prefs.panel.switchAdjuster"], preferenceMap: { "fluid.prefs.syllabification": { "model.value": "value" } } }); })(jQuery, fluid_3_0_0);