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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user