mirror of
https://gitee.com/shuto-github/phonegap-mobile-accessibility.git
synced 2026-04-19 00:01:32 +08:00
Issue 22: Please add package.json
Add package.json file and rename package id to follow npm convention.
This commit is contained in:
@@ -25,7 +25,7 @@ var argscheck = require('cordova/argscheck'),
|
||||
device = require('cordova-plugin-device.device'),
|
||||
network = require('cordova-plugin-network-information.network'),
|
||||
connection = require('cordova-plugin-network-information.Connection'),
|
||||
MobileAccessibilityNotifications = require('com.phonegap.plugin.mobile-accessibility.MobileAccessibilityNotifications');
|
||||
MobileAccessibilityNotifications = require('phonegap-plugin-mobile-accessibility.MobileAccessibilityNotifications');
|
||||
|
||||
var MobileAccessibility = function() {
|
||||
this._isScreenReaderRunning = false;
|
||||
|
||||
Reference in New Issue
Block a user