Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 18DCF107A0 for ; Wed, 25 Sep 2013 14:49:31 +0000 (UTC) Received: (qmail 4974 invoked by uid 500); 25 Sep 2013 14:49:30 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 4960 invoked by uid 500); 25 Sep 2013 14:49:29 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 4939 invoked by uid 99); 25 Sep 2013 14:49:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Sep 2013 14:49:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D187F909C3E; Wed, 25 Sep 2013 14:49:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anis@apache.org To: commits@cordova.apache.org Message-Id: <17dbdcde3a3d4e55bc1f1a7441f0275b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: CB-4889 renaming core references Date: Wed, 25 Sep 2013 14:49:23 +0000 (UTC) Updated Branches: refs/heads/3.1.0 12c485ede -> 08f66a7ca CB-4889 renaming core references Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/08f66a7c Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/08f66a7c Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/08f66a7c Branch: refs/heads/3.1.0 Commit: 08f66a7cab5f04b4afebf04c09d80a41895b4d53 Parents: 12c485e Author: Anis Kadri Authored: Wed Sep 25 16:48:51 2013 +0200 Committer: Anis Kadri Committed: Wed Sep 25 16:48:51 2013 +0200 ---------------------------------------------------------------------- www/windows8/InAppBrowserProxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/08f66a7c/www/windows8/InAppBrowserProxy.js ---------------------------------------------------------------------- diff --git a/www/windows8/InAppBrowserProxy.js b/www/windows8/InAppBrowserProxy.js index 9928d19..273f303 100644 --- a/www/windows8/InAppBrowserProxy.js +++ b/www/windows8/InAppBrowserProxy.js @@ -1,4 +1,4 @@ -cordova.define("org.apache.cordova.core.inappbrowser.InAppBrowserProxy", function(require, exports, module) { /* +cordova.define("org.apache.cordova.inappbrowser.InAppBrowserProxy", function(require, exports, module) { /* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file