From 87ddd35160b5fb0bf6f1ad0dd6a243b19939c72c Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Mon, 11 Jun 2012 23:36:37 -0700 Subject: adding more missing properties Signed-off-by: Valerio Virgillito --- .../new-file-options-navigator.js | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js') diff --git a/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js index 7227d532..e6202b07 100644 --- a/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js +++ b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js @@ -12,6 +12,46 @@ var Montage = require("montage/core/core").Montage, var NewFileOptionsNavigator = exports.NewFileOptionsNavigator = Montage.create(Component, { + projectTypeTree: { + value: null, + serializable: true + }, + + cancelButton: { + value: null, + serializable: true + }, + + okButton: { + value: null, + serializable: true + }, + + templateIcons: { + value: null, + serializable: true + }, + + templatesContainer: { + value: null, + serializable: true + }, + + locationSelection: { + value: null, + serializable: true + }, + + newFileLocation: { + value: null, + serializable: true + }, + + error: { + value: null, + serializable: true + }, + newFileModel: { writable: true, enumerable:false, -- cgit v1.2.3