fixed lib object path
This commit is contained in:
parent
8a7a3377e8
commit
fa77e997e3
@ -4,7 +4,7 @@ class lib_lettering extends \LIB\lib_js{
|
||||
public static function get_class(){
|
||||
return self::class;}
|
||||
public static function js_path(){
|
||||
return \SYSTEM\WEBPATH(new \SYSTEM\PLIB(),'lettering/lib/jquery.lettering.js');}
|
||||
return new \SYSTEM\PLIB('lettering/lib/jquery.lettering.js');}
|
||||
public static function version(){
|
||||
return '<a href="https://github.com/davatron5000/Lettering.js" target="_blank">https://github.com/davatron5000/Lettering.js</a> (commit: 48388649e0)';}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user