mirror of
https://gitee.com/shuto-github/phonegap-mobile-accessibility.git
synced 2026-04-19 00:01:32 +08:00
Remove cordova.define() wrapper
Per https://github.com/phonegap/phonegap-mobile-accessibility/pull/2#issuecomment-32664736, remove the cordova.define wrapper so that the plugin will install correctly with Plugman
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cordova.define("com.phonegap.plugin.mobile-accessibility.mobile-accessibility", function(require, exports, module) {/*
|
||||
/*
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
@@ -164,6 +164,5 @@ MobileAccessibility.prototype._error = function(e) {
|
||||
};
|
||||
|
||||
var mobileAccessibility = new MobileAccessibility();
|
||||
|
||||
|
||||
module.exports = mobileAccessibility;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user