Changeset 484 for trunk/lib/JS.inc.php


Ignore:
Timestamp:
Jul 30, 2014 10:43:49 PM (10 years ago)
Author:
anonymous
Message:

Changed private methods and properties to protected. A few minor bug fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/JS.inc.php

    r479 r484  
    3232
    3333    // Include these style sheets.
    34     private $_js_files = array('default' => array());
     34    protected $_js_files = array('default' => array());
    3535
    3636    // JS object parameters.
    37     private $_params = array(
     37    protected $_params = array(
    3838        'character_set' => 'utf-8',
    3939        'cache_js' => false,
Note: See TracChangeset for help on using the changeset viewer.