Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-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 1A0BB10274 for ; Wed, 18 Sep 2013 20:01:40 +0000 (UTC) Received: (qmail 44813 invoked by uid 500); 18 Sep 2013 20:01:39 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 44694 invoked by uid 500); 18 Sep 2013 20:01:38 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 44686 invoked by uid 99); 18 Sep 2013 20:01:38 -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, 18 Sep 2013 20:01:38 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D0F94829BCF; Wed, 18 Sep 2013 20:01:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: deathbear@apache.org To: commits@couchdb.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/typeahead-jump-doc to 95b8bb3 Date: Wed, 18 Sep 2013 20:01:37 +0000 (UTC) Updated Branches: refs/heads/typeahead-jump-doc fbbaaffaa -> 95b8bb3be Missed a semicolon on the deferred Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/95b8bb3b Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/95b8bb3b Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/95b8bb3b Branch: refs/heads/typeahead-jump-doc Commit: 95b8bb3bef356dc350d1d7faac06c70deca295b8 Parents: fbbaaff Author: suelockwood Authored: Wed Sep 18 16:01:29 2013 -0400 Committer: suelockwood Committed: Wed Sep 18 16:01:29 2013 -0400 ---------------------------------------------------------------------- src/fauxton/app/modules/documents/views.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/95b8bb3b/src/fauxton/app/modules/documents/views.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/modules/documents/views.js b/src/fauxton/app/modules/documents/views.js index 3296a0d..d66c6da 100644 --- a/src/fauxton/app/modules/documents/views.js +++ b/src/fauxton/app/modules/documents/views.js @@ -651,7 +651,7 @@ function(app, FauxtonAPI, Components, Documents, pouchdb, Codemirror, JSHint, re deferred = $.Deferred(); promise.then(function () { - deferred.resolve() + deferred.resolve(); }, function (xhr, reason, msg) { if (xhr.status === 404) { FauxtonAPI.addNotification({