mirror of
https://github.com/fluxscape/fluxscape.git
synced 2026-01-11 23:02:55 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
50677fd529 |
@@ -500,8 +500,8 @@ function onFrameStart() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function _typename(type) {
|
function _typename(type) {
|
||||||
if (typeof type === 'string') return type;
|
if (typeof type === 'object') return type.name;
|
||||||
else return type.name;
|
return type;
|
||||||
}
|
}
|
||||||
|
|
||||||
function userInputSetter(name, value) {
|
function userInputSetter(name, value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user