Configuration
Marionette provides a set of configuration options that dictate the behavior of the framework as a whole.
Documentation Index
Marionette.VERSION
Maintains a reference to the version of a Marionette instance. Marionette.VERSION
is used by unit tests to direct users to the correctly versioned documentation when errors are thrown.
Marionette.DEV_MODE
A boolean flag (default is false
) used by unit tests to handle calls to Marionette.deprecate()
. If the flag is set to true
, deprecation console warnings are issued at runtime.
© 2017 Muted Solutions, LLC
Licensed under the MIT License.
https://marionettejs.com/docs/v3.5.1/marionette.configuration.html