mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix comment about deprecating _wrapAsync
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user