1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-26 02:42:17 -05:00

remove commented lines

This commit is contained in:
Felix Hammerl 2014-02-17 15:46:48 +01:00
parent 1da5c68fd1
commit 23242a9112
2 changed files with 0 additions and 3 deletions

View File

@ -17,8 +17,6 @@ require(['../../src/require-config'], function() {
// Start the main app logic. // Start the main app logic.
require(['js/app-config'], function(app) { require(['js/app-config'], function(app) {
//window.Worker = undefined; // disable web workers since mocha doesn't support them
app.config.workerPath = '../../src/js'; app.config.workerPath = '../../src/js';
startTests(); startTests();

View File

@ -10,7 +10,6 @@ require(['../../src/require-config'], function() {
require(['js/app-config', 'cordova'], function(app) { require(['js/app-config', 'cordova'], function(app) {
// clear session storage of failed tests, so async order is correct after fail & refresh // clear session storage of failed tests, so async order is correct after fail & refresh
window.sessionStorage.clear(); window.sessionStorage.clear();
//window.Worker = undefined;
app.config.workerPath = '../../src/js'; app.config.workerPath = '../../src/js';