Fix comment about deprecating _wrapAsync

This commit is contained in:
Sashko Stubailo
2014-09-24 17:34:40 -07:00
parent b19b269dc9
commit 452842e561

View File

@@ -147,7 +147,7 @@ _.extend(Meteor, {
var warnedAboutWrapAsync = false;
/**
* @deprecated in 1.0.0
* @deprecated in 0.9.3
*/
Meteor._wrapAsync = function(fn, context) {
if (! warnedAboutWrapAsync) {