Merge pull request #3352 from mateusz/anchor-defer

BUG Return the promise instead of the whole deferred object.
This commit is contained in:
Ingo Schommer 2014-08-02 11:34:25 +12:00
commit 441a0c03f7
1 changed files with 1 additions and 1 deletions

View File

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