mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
updated FunctionController.onFire to be after .fire
This commit is contained in:
parent
d24b0c74fc
commit
89c387c72b
@ -20,10 +20,10 @@ GUI.FunctionController = function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.fire = function() {
|
this.fire = function() {
|
||||||
|
_this.object[_this.propertyName].call(_this.object);
|
||||||
if (fireFunction != null) {
|
if (fireFunction != null) {
|
||||||
fireFunction.call(this);
|
fireFunction.call(this);
|
||||||
}
|
}
|
||||||
_this.object[_this.propertyName].call(_this.object);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user