10xSebastian / barcode-scanner.js

Javascript library to handle and identify data (keystrokes) entered by a barcode scanner.
GNU General Public License v2.0
17 stars 7 forks source link

char -> chr and recompile #1

Closed timbeadle closed 5 years ago

timbeadle commented 10 years ago

The linter in YUI Compressor was choking on the 'char' variable (apparently it might be a future reserved word?).

I've changed 'char' to 'chr' and recompiled with latest coffee (1.6.3).

timbeadle commented 10 years ago

@spape I can't get the TravisCI build to pass, but it seems unrelated to my change. Any ideas?