mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
Fixed uglifying for asm-code. Added dist-task for building distribution-files
This commit is contained in:
Vendored
+2
-22
@@ -3682,27 +3682,6 @@ define("glMatrix", ["typedefs"], (function (global) {
|
||||
};
|
||||
}(this)));
|
||||
|
||||
/*
|
||||
<augmentedJS: A javascript library for natural feature tracking>
|
||||
Copyright (C) 2011
|
||||
- Christoph Oberhofer (ar.oberhofer@gmail.com)
|
||||
- Jens Grubert (jg@jensgrubert.de)
|
||||
- Gerhard Reitmayr (reitmayr@icg.tugraz.at)
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* glMatrixAddon.js
|
||||
* Extension to the glMatrix library. The original glMatrix library
|
||||
@@ -5487,6 +5466,7 @@ define('rasterizer',["tracer"], function(Tracer) {
|
||||
define('skeletonizer',[],function() {
|
||||
|
||||
|
||||
/* @preserve ASM BEGIN */
|
||||
function Skeletonizer(stdlib, foreign, buffer) {
|
||||
"use asm";
|
||||
|
||||
@@ -5680,6 +5660,7 @@ define('skeletonizer',[],function() {
|
||||
skeletonize : skeletonize
|
||||
};
|
||||
}
|
||||
/* @preserve ASM END */
|
||||
|
||||
return Skeletonizer;
|
||||
});
|
||||
@@ -7044,7 +7025,6 @@ define('config',[],function(){
|
||||
controls: false,
|
||||
locate: true,
|
||||
numOfWorkers: 4,
|
||||
scriptName: 'quagga.js',
|
||||
visual: {
|
||||
show: true
|
||||
},
|
||||
|
||||
Vendored
+9
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user