change selected file for instance container examples

This commit is contained in:
Cassie Tarakajian 2016-12-09 12:28:20 -05:00
parent 412d330f74
commit fcbb12ba13
1 changed files with 1 additions and 1 deletions

View File

@ -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',