Browse Source

silly mistake

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

+ 1
- 1
lib/index.js View File

@ -268,7 +268,7 @@ return module.exports = {
for(var k in to_types){
if(from_types[i].type === to_types[k].type){
from = from_types[i];
to = to_types[i];
to = to_types[k];
break;
}
}


Loading…
Cancel
Save