mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
mujma: REFACTORING: Removed apostrophes.
(merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42065 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
5c89bbcb58
commit
45a9105a28
@ -122,14 +122,14 @@ TinyMCEImageEnhancement.prototype = {
|
|||||||
if($('FolderID') != null) {
|
if($('FolderID') != null) {
|
||||||
this.upload = new Upload(
|
this.upload = new Upload(
|
||||||
{
|
{
|
||||||
'fileTypes': '*.jpeg;*.jpg;*.jpe;*.png;*.gif;',
|
fileTypes : '*.jpeg;*.jpg;*.jpe;*.png;*.gif;',
|
||||||
'fileTypesDescription' : 'Image files',
|
fileTypesDescription : 'Image files',
|
||||||
'fileUploadLimit' : '100',
|
fileUploadLimit : '100',
|
||||||
'beginUploadOnQueue' : true,
|
beginUploadOnQueue : true,
|
||||||
'buildUI' : this.buildUI.bind(this),
|
buildUI : this.buildUI.bind(this),
|
||||||
'fileQueued' : this.uploadFileQueuedCallback.bind(this),
|
fileQueued : this.uploadFileQueuedCallback.bind(this),
|
||||||
'fileComplete' : this.uploadFileCompleteCallback.bind(this),
|
fileComplete : this.uploadFileCompleteCallback.bind(this),
|
||||||
'queueComplete' : this.uploadQueueCompleteCallback.bind(this)
|
queueComplete : this.uploadQueueCompleteCallback.bind(this)
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user