mirror of
https://github.com/status-im/QR-Code-generator.git
synced 2026-08-31 01:31:10 +00:00
Tweaked comments and blank line, in multiple languages.
This commit is contained in:
@@ -85,7 +85,6 @@ function redrawQrCode() {
|
||||
svgXml.value = qr.toSvgString(border);
|
||||
}
|
||||
|
||||
|
||||
// Returns a string to describe the given list of segments.
|
||||
function describeSegments(segs) {
|
||||
if (segs.length == 0)
|
||||
|
||||
@@ -584,7 +584,7 @@ var qrcodegen = new function() {
|
||||
Object.defineProperty(this.QrCode, "MAX_VERSION", {value:MAX_VERSION});
|
||||
|
||||
|
||||
/*---- Private static helper functions QrCode ----*/
|
||||
/*---- Private static helper functions for QrCode ----*/
|
||||
|
||||
var QrCode = {}; // Private object to assign properties to. Not the same object as 'this.QrCode'.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user