Changeset 11865

Show
Ignore:
Timestamp:
08/30/07 13:12:51 (1 year ago)
Author:
bergie
Message:

Some clarifications, refs #102

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.core/midcom/application.php

    r11864 r11865  
    115115     * @access private 
    116116     */ 
    117     private $_context = array(); 
     117    public $_context = array(); 
    118118 
    119119    /** 
     
    277277     */ 
    278278    private $_jshead = array(); 
     279 
     280    /** 
     281     * Array with all JavaScript file inclusions. 
     282     * 
     283     * @var Array 
     284     * @access private 
     285     */ 
     286    private $_jsfiles = array(); 
    279287 
    280288    /**