Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

Commit

Permalink
Update for new ini version
Browse files Browse the repository at this point in the history
Fixed a regression where 'foo = true' started being interpreted
as {foo:'true'} instead of {foo:true}
  • Loading branch information
isaacs committed Aug 13, 2012
1 parent 12b9b26 commit e4daa97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ini.js
Expand Up @@ -14,5 +14,5 @@ console.log(_ini, _json)
}


test({hello: 'true'})
test({hello: true})

0 comments on commit e4daa97

Please sign in to comment.