瀏覽代碼

Code cleanup

Sebastián Katzer 12 年之前
父節點
當前提交
7251db2efc
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/android/LocalNotification.java

+ 2 - 2
src/android/LocalNotification.java

@@ -38,8 +38,8 @@ public class LocalNotification extends CordovaPlugin {
 
     public static final String PLUGIN_NAME  = "LocalNotification";
 
-    public static CordovaInterface cordova = null;
-    public static  CordovaWebView webView = null;
+    public static CordovaInterface cordova  = null;
+    public static  CordovaWebView webView   = null;
 
     @Override
     public boolean execute (String action, JSONArray args, CallbackContext callbackContext) throws JSONException {