mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
Adding com.phonegap.api stubs for legacy user created plugins
This commit is contained in:
@@ -917,4 +917,8 @@ Cordova.includeJavascript = function(jsfile, successCallback) {
|
||||
id.appendChild(el);
|
||||
};
|
||||
|
||||
/**
|
||||
* Legacy variable for old plugins.
|
||||
*/
|
||||
var PhoneGap = Cordova;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user