mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #3352 from mateusz/anchor-defer
BUG Return the promise instead of the whole deferred object.
This commit is contained in:
commit
441a0c03f7
@ -711,7 +711,7 @@ ss.editorWrappers['default'] = ss.editorWrappers.tinyMCE;
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return dfdAnchors;
|
return dfdAnchors.promise();
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user