Added ENV for dead-code elimination in production mode

This commit is contained in:
Christoph Oberhofer
2016-02-25 07:20:51 +01:00
parent b7ffeec6db
commit 9cbfafe698
13 changed files with 286 additions and 124 deletions
+2 -3
View File
@@ -95,7 +95,6 @@ $(function() {
patchSize: "large",
halfSample: false
},
numOfWorkers: 1,
decoder: {
readers: ["code_128_reader"]
},
@@ -103,7 +102,7 @@ $(function() {
src: null
}
};
App.init();
function calculateRectFromArea(canvas, area) {
@@ -168,4 +167,4 @@ $(function() {
$node.find("h4.code").html(code);
$("#result_strip ul.thumbnails").prepend($node);
});
});
});