mirror of
https://github.com/apache/cordova-plugin-splashscreen.git
synced 2026-04-14 00:01:34 +08:00
Fix syntax errors.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user