UNPKG

uio-plus

Version:

User Interface Options Plus (UIO+) allows you to customize websites to match your own personal needs and preferences.

23 lines (19 loc) 641 B
/* * Copyright The UIO+ copyright holders * See the AUTHORS.md file at the top-level directory of this distribution and at * https://github.com/fluid-project/uio-plus/blob/master/AUTHORS.md * * Licensed under the BSD 3-Clause License. You may not use this file except in * compliance with this license. * * You may obtain a copy of the license at * https://github.com/fluid-project/uio-plus/blob/master/LICENSE.txt */ /* global fluid */ "use strict"; (function ($, fluid) { fluid.registerNamespace("uioPlus"); fluid.contextAware.makeChecks({ "uioPlus.chrome.allowSimplification": true }); })(jQuery, fluid);