UNPKG

infusion

Version:

Infusion is an application framework for developing flexible stuff with JavaScript

27 lines (22 loc) 893 B
/* Copyright The Infusion copyright holders See the AUTHORS.md file at the top-level directory of this distribution and at https://github.com/fluid-project/infusion/raw/main/AUTHORS.md. 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/main/Infusion-LICENSE.txt */ "use strict"; /********************************************************************************** * speakPanel **********************************************************************************/ fluid.defaults("fluid.prefs.panel.speak", { gradeNames: ["fluid.prefs.panel.switchAdjuster"], preferenceMap: { "fluid.prefs.speak": { "model.value": "value" } } });