diff --git a/www/mobile-accessibility.js b/www/mobile-accessibility.js index 37dcdef..27b1f96 100644 --- a/www/mobile-accessibility.js +++ b/www/mobile-accessibility.js @@ -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; -});