Fix call to getCordovaDependenciesFromStar

Not sure how this happened... maybe mistake during rebase?
This commit is contained in:
Emily Stark
2014-10-21 16:56:45 -07:00
parent d4e28c81e4
commit fb2f5dcddd

View File

@@ -802,7 +802,8 @@ var buildCordova = function (localPath, platforms, options) {
ensureCordovaPlatforms(localPath);
ensureCordovaPlugins(localPath, _.extend({}, options, {
packagePlugins: getCordovaDependenciesFromStar(bundle.starManifest)
packagePlugins: cordova.getCordovaDependenciesFromStar(
bundle.starManifest)
}));
// XXX hack, copy files from app folder one level up