This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
node-units
mirror of
https://github.com/brettlangdon/node-units.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
6
Wiki
Activity
Browse Source
silly mistake
pull/3/head
Brett Langdon
13 years ago
parent
082631984b
commit
df767c2b0a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
}
}
Write
Preview
Loading…
Cancel
Save