From c3d4dea97b9802c54c4e2f0c266b3c23f3cbcaa8 Mon Sep 17 00:00:00 2001 From: zefanja Date: Thu, 6 Mar 2014 21:40:56 +0700 Subject: * updated to latest sword master --- lib/sword | 2 +- source/main.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/sword b/lib/sword index 7cd74d3..35befae 160000 --- a/lib/sword +++ b/lib/sword @@ -1 +1 @@ -Subproject commit 7cd74d363e4d8fca0355de9abc6edbd19be6f100 +Subproject commit 35befae9e3017cad170f6e4a8371ca7839d8739e diff --git a/source/main.js b/source/main.js index ed28cea..0f22867 100644 --- a/source/main.js +++ b/source/main.js @@ -112,6 +112,7 @@ enyo.kind({ this.inherited(arguments); this.$.spinner.stop(); this.startUp(); + //this.$.mainPanel.setIndexDirect(2); }, -- cgit