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 7B3B5C9F7 for ; Fri, 7 Mar 2014 14:51:31 +0000 (UTC) Received: (qmail 68680 invoked by uid 500); 7 Mar 2014 14:51:31 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 68586 invoked by uid 500); 7 Mar 2014 14:51:30 -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 68345 invoked by uid 99); 7 Mar 2014 14:51:14 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2014 14:51:14 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A112F93F7C0; Fri, 7 Mar 2014 14:51:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Date: Fri, 07 Mar 2014 14:51:15 -0000 Message-Id: In-Reply-To: <13613ee3ac08449f9c0126aa9cd834c9@git.apache.org> References: <13613ee3ac08449f9c0126aa9cd834c9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/5] git commit: Use updated symbol path for file-system-roots plugin Use updated symbol path for file-system-roots plugin Project: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/commit/c313bafe Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/tree/c313bafe Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/diff/c313bafe Branch: refs/heads/master Commit: c313bafe3cf063cf0f32318363050f4cce43afae Parents: a160344 Author: Andrew Grieve Authored: Thu Mar 6 10:54:03 2014 -0500 Committer: Andrew Grieve Committed: Thu Mar 6 10:54:03 2014 -0500 ---------------------------------------------------------------------- www/cdvah/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-app-harness/blob/c313bafe/www/cdvah/js/app.js ---------------------------------------------------------------------- diff --git a/www/cdvah/js/app.js b/www/cdvah/js/app.js index 59e7877..78e88eb 100644 --- a/www/cdvah/js/app.js +++ b/www/cdvah/js/app.js @@ -23,7 +23,7 @@ myApp.config(['$routeProvider', function($routeProvider){ // foo document.addEventListener('deviceready', function() { - cordova.plugins.fileextras.getDataDirectory(false, function(dirEntry) { + cordova.filesystem.getDataDirectory(false, function(dirEntry) { var path = dirEntry.fullPath; myApp.value('INSTALL_DIRECTORY', path + '/apps'); myApp.value('APPS_JSON', path + '/apps.json');