1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Merge branch 'master' into develop

This commit is contained in:
Matthew Hodgson
2016-09-02 17:14:24 +01:00
3 changed files with 9 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ var KeyCode = require('../../KeyCode');
var PAGINATE_SIZE = 20;
var INITIAL_SIZE = 20;
var DEBUG = false;
var DEBUG = true;
if (DEBUG) {
// using bind means that we get to keep useful line numbers in the console