You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2013/06/21 01:33:54 UTC

[2/3] android commit: CB-3854: Added support for wildcard. This probably could be improved, but it does work

CB-3854: Added support for wildcard.  This probably could be improved, but it does work


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/01d6ae55
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/01d6ae55
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/01d6ae55

Branch: refs/heads/master
Commit: 01d6ae55a4faa6fd4200df25a0d64ff6e178cb54
Parents: f1b377b
Author: Joe Bowser <bo...@apache.org>
Authored: Thu Jun 20 16:33:14 2013 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Thu Jun 20 16:33:14 2013 -0700

----------------------------------------------------------------------
 framework/src/org/apache/cordova/Config.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/01d6ae55/framework/src/org/apache/cordova/Config.java
----------------------------------------------------------------------
diff --git a/framework/src/org/apache/cordova/Config.java b/framework/src/org/apache/cordova/Config.java
index a10ed81..6a041cf 100644
--- a/framework/src/org/apache/cordova/Config.java
+++ b/framework/src/org/apache/cordova/Config.java
@@ -214,7 +214,6 @@ public class Config {
         {
             origin = origin.split("//")[1];
         }
-        origin.matches("\\*\\.[a-z]+\\.[a-z]+");
         return origin.startsWith("*");
     }