Commit 7251db2e by Sebastián Katzer

Code cleanup

parent 851697fb
...@@ -38,8 +38,8 @@ public class LocalNotification extends CordovaPlugin { ...@@ -38,8 +38,8 @@ public class LocalNotification extends CordovaPlugin {
public static final String PLUGIN_NAME = "LocalNotification"; public static final String PLUGIN_NAME = "LocalNotification";
public static CordovaInterface cordova = null; public static CordovaInterface cordova = null;
public static CordovaWebView webView = null; public static CordovaWebView webView = null;
@Override @Override
public boolean execute (String action, JSONArray args, CallbackContext callbackContext) throws JSONException { public boolean execute (String action, JSONArray args, CallbackContext callbackContext) throws JSONException {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment