From df767c2b0a6fe4cb701b7ccec130236d899677a6 Mon Sep 17 00:00:00 2001 From: Brett Langdon Date: Tue, 19 Feb 2013 19:13:34 -0500 Subject: [PATCH] silly mistake --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index bc3a728..a0e795f 100644 --- a/lib/index.js +++ b/lib/index.js @@ -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; } }