rm of
This commit is contained in:
2
toml.cm
2
toml.cm
@@ -226,7 +226,7 @@ function encode_toml(obj) {
|
||||
|
||||
// Direct properties
|
||||
var section_keys = array(value)
|
||||
for (var j = 0; j < section_length(keys); j++) {
|
||||
for (var j = 0; j < length(section_keys); j++) {
|
||||
var sk = section_keys[j]
|
||||
var sv = value[sk]
|
||||
if (!is_object(sv)) result.push(quote_key(sk) + ' = ' + encode_value(sv))
|
||||
|
||||
Reference in New Issue
Block a user