Subversion Repositories oidplus

Rev

Rev 1308 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1308 Rev 1469
Line 120... Line 120...
120
     *
120
     *
121
     * @var string[]
121
     * @var string[]
122
     */
122
     */
123
    protected $operatorsAfter = array();
123
    protected $operatorsAfter = array();
124
 
124
 
125
    /**
-
 
126
     * {@inheritdoc}
-
 
127
     */
-
 
128
    public function __construct()
125
    public function __construct()
129
    {
126
    {
130
        call_user_func_array(array('\\MatthiasMullie\Minify\\Minify', '__construct'), func_get_args());
127
        call_user_func_array(array('\\MatthiasMullie\Minify\\Minify', '__construct'), func_get_args());
131
 
128
 
132
        $dataDir = __DIR__ . '/../data/js/';
129
        $dataDir = __DIR__ . '/../data/js/';