fixed lib object path

This commit is contained in:
Ulf Gebhardt 2016-02-04 00:34:10 +01:00
parent 45ded03fc9
commit 4ca4373942

View File

@ -4,7 +4,7 @@ class lib_textillate extends \LIB\lib_js{
public static function get_class(){
return self::class;}
public static function js_path(){
return \SYSTEM\WEBPATH(new \SYSTEM\PLIB(),'textillate/lib/jquery.textillate.js');}
return new \SYSTEM\PLIB('textillate/lib/jquery.textillate.js');}
public static function version(){
return '<a href="https://github.com/jschr/textillate" target="_blank">https://github.com/jschr/textillate</a> (commit: e34a9938c5)';}
}