Remove more unused knockout code

This commit is contained in:
djmaze 2020-10-28 13:58:37 +01:00
parent d0f5828751
commit ff6fb41812
14 changed files with 224 additions and 399 deletions

View file

@ -97,7 +97,7 @@ module.exports = function(grunt) {
function buildDebug(output) {
var source = [];
source.push(grunt.config('banner'));
source.push('(function(){\n');
source.push('(()=>{\n');
source.push('var DEBUG=true;\n');
source.push(getCombinedSources());
source.push('})();\n');