added debug mode

This commit is contained in:
Sebastian Sdorra
2010-09-05 16:41:28 +02:00
parent a8eb96e06a
commit 2973b80a6b
3 changed files with 19 additions and 5 deletions

View File

@@ -3,6 +3,8 @@
* and open the template in the editor.
*/
var debug = true;
var repositoryTypes = [ ['Mercurial', 'hg'], ['Subversion','svn'], ['Git','git'] ];
var repositoryTypeStore = new Ext.data.ArrayStore({