Browse Source

fixed typo

pull/3/head
Brett Langdon 13 years ago
parent
commit
573f4ea3f6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/index.js

+ 1
- 1
lib/index.js View File

@ -216,7 +216,7 @@ var determine_type = function(variations){
} else{
var modified = get_modifier(variations[k]);
if(unit_database[types[i]][modified.unit] !== undefined){
posible.push({'type': types[i], 'unit': modified.unit, 'modifier': modified.modifier});
possible.push({'type': types[i], 'unit': modified.unit, 'modifier': modified.modifier});
}
}
}


Loading…
Cancel
Save