1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-14 01:54:11 +02:00

Perf update for JSmin (Minify_Javascript), + phpDocs for public HTTP_* class APIs, minor Minify fix, private members changed to protected to allow easier subclassing.

This commit is contained in:
Steve Clay
2008-03-03 16:23:39 +00:00
parent 7a3d7129b4
commit e8ac1dc8d0
9 changed files with 304 additions and 161 deletions

View File

@@ -129,8 +129,8 @@ class Minify_Source {
return 'text/plain';
}
private $_content = null;
private $_filepath = null;
private $_id = null;
protected $_content = null;
protected $_filepath = null;
protected $_id = null;
}