mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-13 05:31:37 +08:00
Bugfix
This commit is contained in:
@@ -8564,7 +8564,11 @@ function(Code128Reader,
|
||||
if (_config.locate) {
|
||||
return BarcodeLocator.locate();
|
||||
} else {
|
||||
return [_boxSize];
|
||||
return [[
|
||||
vec2.create(_boxSize[0]),
|
||||
vec2.create(_boxSize[1]),
|
||||
vec2.create(_boxSize[2]),
|
||||
vec2.create(_boxSize[3])]];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user