From ad6f78493295c9c7b4c11cd6a895dd5cc8e207f7 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Sun, 17 Jun 2012 22:58:26 -0700 Subject: updating the components and descriptor.json to support montage v.11 Signed-off-by: Valerio Virgillito --- js/io/system/ninjalibrary.json | 2 +- js/io/ui/file-picker/file-input-field.reel/file-input-field.html | 2 +- js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html | 2 +- js/io/ui/save-as-dialog.reel/save-as-dialog.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'js/io') diff --git a/js/io/system/ninjalibrary.json b/js/io/system/ninjalibrary.json index fb108937..2e91b479 100644 --- a/js/io/system/ninjalibrary.json +++ b/js/io/system/ninjalibrary.json @@ -1,6 +1,6 @@ { "libraries": [ - {"name": "Montage", "path": "/node_modules/descriptor.json", "version": "0.10.1.0"}, + {"name": "Montage", "path": "/node_modules/descriptor.json", "version": "0.11.0.0"}, {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.6.0.0"} ] } \ No newline at end of file diff --git a/js/io/ui/file-picker/file-input-field.reel/file-input-field.html b/js/io/ui/file-picker/file-input-field.reel/file-input-field.html index c3209654..ff165f9a 100755 --- a/js/io/ui/file-picker/file-input-field.reel/file-input-field.html +++ b/js/io/ui/file-picker/file-input-field.reel/file-input-field.html @@ -12,7 +12,7 @@ { "newFileDirectory": { - "prototype": "montage/ui/textfield.reel", + "prototype": "montage/ui/input-text.reel", "properties": { "element": {"#": "newFileDirectory"} } diff --git a/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html b/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html index f9a42887..0c410a47 100755 --- a/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html +++ b/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html @@ -56,7 +56,7 @@ }, "newFileName": { - "prototype": "montage/ui/textfield.reel", + "prototype": "montage/ui/input-text.reel", "properties": { "element": {"#": "newFileName"} } diff --git a/js/io/ui/save-as-dialog.reel/save-as-dialog.html b/js/io/ui/save-as-dialog.reel/save-as-dialog.html index dcdb073f..99f98ddb 100644 --- a/js/io/ui/save-as-dialog.reel/save-as-dialog.html +++ b/js/io/ui/save-as-dialog.reel/save-as-dialog.html @@ -18,7 +18,7 @@ }, "newFileName": { - "prototype": "montage/ui/textfield.reel", + "prototype": "montage/ui/input-text.reel", "properties": { "element": {"#": "newFileName"} } -- cgit v1.2.3