MDL-49518 libraries: Update lessphp to 1.7.0.3

This commit is contained in:
Dave Cooper
2015-03-24 11:01:13 +08:00
parent a149d6a177
commit 657b12788d
61 changed files with 512 additions and 290 deletions
Regular → Executable
+6 -1
View File
@@ -47,6 +47,11 @@ class Less_Environment{
public static $mixin_stack = 0;
/**
* @var array
*/
public $functions = array();
public function Init(){
@@ -114,7 +119,7 @@ class Less_Environment{
* @return string Canonicalized path
*
*/
static function normalizePath($path){
public static function normalizePath($path){
$segments = explode('/',$path);
$segments = array_reverse($segments);