mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-25 22:46:19 +01:00
5 lines
161 B
Text
5 lines
161 B
Text
|
function __background_get(__prop, __bind) {
|
||
|
var __backinfo = __background_get_element(__bind);
|
||
|
|
||
|
return __background_get_internal(__prop, __bind, __backinfo);
|
||
|
}
|