Enables debugger only when needed.

This commit is contained in:
Yury Delendik 2016-05-09 18:18:43 -05:00
parent 11914277d5
commit a4c81c203b
7 changed files with 66 additions and 23 deletions

View file

@ -161,6 +161,7 @@ function getViewerConfiguration() {
},
printContainer: document.getElementById('printContainer'),
openFileInputName: 'fileInput',
debuggerScriptPath: './debugger.js',
};
}