Skip to content

Commit 2e86273

Browse files
authored
Update SpecificAssetEditor.js
1 parent f203ba7 commit 2e86273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/Public/JavaScript/Editors/SpecificAssetEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ define(
66
'text!./SpecificAssetEditor.html'
77
],
88
function(Ember, $, AssetEditor, template) {
9-
109
return AssetEditor.extend({
10+
fileChooserLabel: 'Not Used but needed',
1111
template: Ember.Handlebars.compile(template),
1212
_initializeUploader: function() {
1313
this._super();

0 commit comments

Comments
 (0)