| Index: ui/file_manager/gallery/js/gallery.js
|
| diff --git a/ui/file_manager/gallery/js/gallery.js b/ui/file_manager/gallery/js/gallery.js
|
| index cd07d9a3b388781aad9f37e6ddb356ebd6410d54..e145c1fdcac8011f623d7bf3cef72f55968d6f10 100644
|
| --- a/ui/file_manager/gallery/js/gallery.js
|
| +++ b/ui/file_manager/gallery/js/gallery.js
|
| @@ -108,7 +108,7 @@ function Gallery(volumeManager) {
|
|
|
| var buttonSpacer = queryRequiredElement('.button-spacer', this.topToolbar_);
|
|
|
| - this.prompt_ = new ImageEditor.Prompt(this.container_, strf);
|
| + this.prompt_ = new ImageEditorPrompt(this.container_, strf);
|
|
|
| this.errorBanner_ = new ErrorBanner(this.container_);
|
|
|
|
|