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 ABA3618A2E for ; Wed, 16 Mar 2016 21:34:18 +0000 (UTC) Received: (qmail 54530 invoked by uid 500); 16 Mar 2016 21:34:18 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 54506 invoked by uid 500); 16 Mar 2016 21:34:18 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 54492 invoked by uid 99); 16 Mar 2016 21:34:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Mar 2016 21:34:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 62988DFA43; Wed, 16 Mar 2016 21:34:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: omefire@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-media git commit: Dummy commit, to initiate a CI run on ci.cordova.io Date: Wed, 16 Mar 2016 21:34:18 +0000 (UTC) Repository: cordova-plugin-media Updated Branches: refs/heads/master cca41620d -> 65aa29a6d Dummy commit, to initiate a CI run on ci.cordova.io Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/65aa29a6 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/65aa29a6 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/65aa29a6 Branch: refs/heads/master Commit: 65aa29a6dba9af9f293761a055a22c6b72b7a37d Parents: cca4162 Author: Omar Mefire Authored: Wed Mar 16 14:33:45 2016 -0700 Committer: Omar Mefire Committed: Wed Mar 16 14:33:45 2016 -0700 ---------------------------------------------------------------------- www/Media.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/65aa29a6/www/Media.js ---------------------------------------------------------------------- diff --git a/www/Media.js b/www/Media.js index 57e4f76..6f496a1 100644 --- a/www/Media.js +++ b/www/Media.js @@ -233,3 +233,4 @@ if (cordova.platformId === 'android' || cordova.platformId === 'amazon-fireos' | channel.initializationComplete('onMediaPluginReady'); }); } + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org