Changeset 684
- Timestamp:
- 09/07/06 13:04:07 (2 years ago)
- Files:
-
- 1 modified
-
Branches/2.1/core/js/main.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Branches/2.1/core/js/main.js
r678 r684 7 7 var story = null; // Main story 8 8 var formatter = null; // Default formatters for the wikifier 9 var formatters = {}; // Hashmap of alternative formatters for the wikifier9 config.parsers = {}; // Hashmap of alternative parsers for the wikifier 10 10 var anim = new Animator(); // Animation engine 11 11 var readOnly = false; // Whether we're in readonly mode
