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