window.EDIT_COURSE_CURRENT = window.EDIT_COURSE_CURRENT || { material_id: null, outline: { // phases: [{ text: chapterName }, ...] phases: [], // stepsByPhase: { [chapterName]: [lessonName, ...] } stepsByPhase: {} }, meta: {} };