Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
build: function () {
Scale.all().forEach(function (scale) {
if (scale.name()) return
all.push('' + scale.decimal + ' [' + scale.binary + '] ' + types[scale.length - 1])
})
}
}
build: function () {
Scale.all().forEach(function (scale) {
if (scale.name()) return
all.push('' + scale.decimal + ' [' + scale.binary + '] ' + types[scale.length - 1])
})
}
}