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 15:59:23 UTC

fauxton commit: updated refs/heads/backbone.layout-upgrade to 753eab5

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/backbone.layout-upgrade 6f4e4f698 -> 753eab5a5


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/753eab5a
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/753eab5a
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/753eab5a

Branch: refs/heads/backbone.layout-upgrade
Commit: 753eab5a52528fd81932ecf80a877494650412dd
Parents: 6f4e4f6
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 15:59:04 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/753eab5a/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 () {