Fix syntax errors.
This commit is contained in:
parent
c368b63f0a
commit
cf7c35d399
@ -4,11 +4,11 @@ module.exports = {
|
||||
splashscreen: {
|
||||
win: null,
|
||||
|
||||
show = function() {
|
||||
show: function() {
|
||||
win= window.open('splashscreen.html');
|
||||
},
|
||||
|
||||
hide = function() {
|
||||
hide: function() {
|
||||
win.close();
|
||||
win = null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user