blob: d6a3aadaf5c1cd30843c819cf6ffce626761f529 [file] [log] [blame]
//See: http://www.jslint.com/lint.html#options
var options = {
//white: false, // if false, strict whitespace rules should be enforced.
indent: 4,
onevar: false,
vars: true // allow multiple var statement per function.
};