Changeset [1f6980c745730fc0674918a18b5f30c6cb035d74] by Dominic Baggott
January 7th, 2010 @ 08:45 AM
Use parseInt instead of octal literals.
Octal literals are deprecated in JS, and a recent version of
Spidermonkey started spitting warnings about this.
parseInt( "0777", 8 ) has the same effect.
http://github.com/ashb/juice/commit/1f6980c745730fc0674918a18b5f30c...
Committed by Dominic Baggott
- M lib/juice/installer.js
- M skeleton/build-juice-script.js
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Juice JS!