Skip to content

Commit

Permalink
_wrapAsync changed name to wrapAsync
Browse files Browse the repository at this point in the history
Just simple name change to work with the newest version of Meteor without error.
  • Loading branch information
lukejagodzinski committed Oct 2, 2014
1 parent d2c5a2e commit 4100153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polymer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bower = {};

// Wrap every asynchronus bower command with `Meteor._wrapAsync`
_.forEach(bowerCommands, function (command) {
Bower[command] = Meteor._wrapAsync(function() {
Bower[command] = Meteor.wrapAsync(function() {
argsArray = _.toArray(arguments);
var callback = argsArray.pop();
bower.commands[command]
Expand Down

0 comments on commit 4100153

Please sign in to comment.