Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-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 1820618C31 for ; Mon, 23 Nov 2015 12:07:39 +0000 (UTC) Received: (qmail 50589 invoked by uid 500); 23 Nov 2015 12:07:33 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 50552 invoked by uid 500); 23 Nov 2015 12:07:33 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 50534 invoked by uid 99); 23 Nov 2015 12:07:33 -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; Mon, 23 Nov 2015 12:07:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C4262DFF41; Mon, 23 Nov 2015 12:07:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: remi@apache.org To: commits@cloudstack.apache.org Date: Mon, 23 Nov 2015 12:07:33 -0000 Message-Id: <8832a7e81fd0406e9b3189275a180718@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: updated refs/heads/master to 8afda59 Repository: cloudstack Updated Branches: refs/heads/master a2a72887d -> 8afda59ff javascript:TrailingComma sonacube issue considered blocker removed Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9a23229d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9a23229d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9a23229d Branch: refs/heads/master Commit: 9a23229d946eb117985ef4547acccb3c11f56283 Parents: bf0c4f2 Author: Daan Hoogland Authored: Mon Nov 16 08:04:55 2015 +0000 Committer: Daan Hoogland Committed: Tue Nov 17 10:19:33 2015 +0100 ---------------------------------------------------------------------- ui/scripts/accounts.js | 4 ++-- ui/scripts/cloudStack.js | 2 +- ui/scripts/instances.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9a23229d/ui/scripts/accounts.js ---------------------------------------------------------------------- diff --git a/ui/scripts/accounts.js b/ui/scripts/accounts.js index f0c0bff..da24ab6 100644 --- a/ui/scripts/accounts.js +++ b/ui/scripts/accounts.js @@ -162,7 +162,7 @@ } }, error: function(xhr) { - }, + } }); } }, @@ -1405,7 +1405,7 @@ }); } }); - }, + } error: function(json) { complete({ error: parseXMLHttpResponse(json) }); } http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9a23229d/ui/scripts/cloudStack.js ---------------------------------------------------------------------- diff --git a/ui/scripts/cloudStack.js b/ui/scripts/cloudStack.js index 8137043..ceb3220 100644 --- a/ui/scripts/cloudStack.js +++ b/ui/scripts/cloudStack.js @@ -180,7 +180,7 @@ } }, error: function(xhr) { - }, + } }); return userValid ? { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9a23229d/ui/scripts/instances.js ---------------------------------------------------------------------- diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index 5096297..0972e31 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -569,7 +569,7 @@ }); } } - }, + } } }, action: function(args) {