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/09/03 16:05:23 UTC

[3/4] fauxton commit: updated refs/heads/master to 7eca51c

Set useRAF to false, its causing too many issues for now


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

Branch: refs/heads/master
Commit: feb8907497748321a54fb6b1e8794faa581c65a3
Parents: 0882d3b
Author: Garren Smith <ga...@gmail.com>
Authored: Wed Sep 3 15:18:51 2014 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Wed Sep 3 15:18:51 2014 +0200

----------------------------------------------------------------------
 app/core/base.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/feb89074/app/core/base.js
----------------------------------------------------------------------
diff --git a/app/core/base.js b/app/core/base.js
index 3d51e06..61da5e4 100644
--- a/app/core/base.js
+++ b/app/core/base.js
@@ -62,7 +62,7 @@ function(Backbone, LayoutManager) {
     manage: true,
     disableLoader: false,
 
-    useRAF: true,
+    useRAF: false,
 
     forceRender: function () {
       this.hasRendered = false;