Skip to content

Commit

Permalink
modified: source/App.js
Browse files Browse the repository at this point in the history
	modified:   source/mobile.js
  • Loading branch information
JagDevelopment committed Jan 31, 2013
1 parent 816176e commit 3afa7ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ enyo.kind({
fit: true,
style: "border: 3px ridge #000; background-image: url('assets/images/BGpic.png'); background-repeat: repeat;",
components:[
{name: "splash", kind:"enyo.Image", style: "z-index: 100; position:absolute; width: " + appWidth + "px; height: " + appHeight + "px;",
onload: "splashScreen", src: "splash.png"},
// {name: "splash", kind:"enyo.Image", style: "z-index: 100; position:absolute; width: " + appWidth + "px; height: " + appHeight + "px;",
// onload: "splashScreen", src: "splash.png"},
{kind: "Calendar"},
],

Expand Down
2 changes: 1 addition & 1 deletion source/mobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
//Load splash screen
//navigator.splashscreen.show();
alert(this);
//alert(this);
document.addEventListener("resume", this.onResume, false);
document.addEventListener("pause", this.onPause, false);

Expand Down

0 comments on commit 3afa7ec

Please sign in to comment.