mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUG Return the promise instead of the whole deferred object.
This commit is contained in:
parent
94f70a24cb
commit
92810898ba
@ -711,7 +711,7 @@ ss.editorWrappers['default'] = ss.editorWrappers.tinyMCE;
|
||||
break;
|
||||
}
|
||||
|
||||
return dfdAnchors;
|
||||
return dfdAnchors.promise();
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user