Changeset 684

Show
Ignore:
Timestamp:
09/07/06 13:04:07 (2 years ago)
Author:
JeremyRuston
Message:

The formatters hashmap is too easily confused with the config.formatters array (ticket#146)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Branches/2.1/core/js/main.js

    r678 r684  
    77var story = null; // Main story 
    88var formatter = null; // Default formatters for the wikifier 
    9 var formatters = {}; // Hashmap of alternative formatters for the wikifier 
     9config.parsers = {}; // Hashmap of alternative parsers for the wikifier 
    1010var anim = new Animator(); // Animation engine 
    1111var readOnly = false; // Whether we're in readonly mode