From fcbb12ba133be8517636ee2c0df547cec9398edc Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Fri, 9 Dec 2016 12:28:20 -0500 Subject: [PATCH] change selected file for instance container examples --- server/examples.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/examples.js b/server/examples.js index 7723e444..be039237 100644 --- a/server/examples.js +++ b/server/examples.js @@ -205,13 +205,13 @@ function createProjectsInP5user(projectsInAllCategories) { content: '// Instance Mode : Instance Container, please check its index.html file', id: a, _id: a, - isSelectedFile: true, fileType: 'file', children: [] }, { name: 'index.html', content: project.sketchContent, + isSelectedFile: true, id: b, _id: b, fileType: 'file',