BUG Return the promise instead of the whole deferred object.

This commit is contained in:
Mateusz Uzdowski 2014-08-01 16:25:28 +12:00
parent 94f70a24cb
commit 92810898ba

View File

@ -711,7 +711,7 @@ ss.editorWrappers['default'] = ss.editorWrappers.tinyMCE;
break;
}
return dfdAnchors;
return dfdAnchors.promise();
},
/**