mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add firefoxos to supported
This commit is contained in:
@@ -275,7 +275,7 @@ cordova.execCordovaOnPlatform = function (platformName, cordovaPath, options) {
|
||||
|
||||
// packages - list of strings
|
||||
cordova.filterPackages = function (packages) {
|
||||
var supportedPlatforms = ['ios', 'android'];
|
||||
var supportedPlatforms = ['ios', 'android', 'firefoxos'];
|
||||
// We hard-code the 'cordova' and 'platform' namespaces
|
||||
var ret = {
|
||||
rest: [],
|
||||
|
||||
Reference in New Issue
Block a user