update 0.9.0

This commit is contained in:
Rupert Hausberger 2016-07-30 21:25:11 +02:00
commit 6d91d91d74

View file

@ -722,7 +722,7 @@ function SAEO_Config() {
event: { event: {
started: function() {}, started: function() {},
stopped: function() {}, stopped: function() {},
reseted: function(hard) { console.warn("RES", hard); }, reseted: function(hard) {},
paused: function(paused) {} paused: function(paused) {}
} }
}; };