You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2014/08/12 16:56:18 UTC

[10/13] fauxton commit: updated refs/heads/backbone.layout-upgrade to 755eb7a

Remove comments


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/4c4308dc
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/4c4308dc
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/4c4308dc

Branch: refs/heads/backbone.layout-upgrade
Commit: 4c4308dc5d726f73f7c1494b35a0129967ad4791
Parents: 53ae8ee
Author: Garren Smith <ga...@gmail.com>
Authored: Tue Aug 12 15:59:04 2014 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Tue Aug 12 16:49:56 2014 +0200

----------------------------------------------------------------------
 app/core/base.js | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/4c4308dc/app/core/base.js
----------------------------------------------------------------------
diff --git a/app/core/base.js b/app/core/base.js
index e1f5331..b9d0f7f 100644
--- a/app/core/base.js
+++ b/app/core/base.js
@@ -62,8 +62,6 @@ function(Backbone, LayoutManager) {
     manage: true,
     disableLoader: false,
 
-    // Either tests or source are expecting synchronous renders, so disable
-    // asynchronous rendering improvements.
     useRAF: true,
 
     forceRender: function () {