/*
Namespace: Mindscape.config
  A namespace that provides configuration for the Mindscape JavaScript application architecture framework.
*/
Mindscape.config = Mindscape.config || {

    /*
    Property: debug
      The boolean property for configuring debugging.
    */
    debug: true

};

