mstade / funkis

Functional JavaScript
MIT License
6 stars 0 forks source link

Replace all usage of `const` with `var`. #18

Closed mstade closed 10 years ago

mstade commented 10 years ago

@sammyt rightly pointed out that the usage of const is dangerous, given how badly it is supported across platforms.

mstade commented 10 years ago

@sammyt better?

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling 1e256a493e085eabda8b8fc37790a66114579276 on deconstify into fd59bd971281d5a9e1d271b8b02a4b7bc8757102 on master.

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling 1e256a493e085eabda8b8fc37790a66114579276 on deconstify into fd59bd971281d5a9e1d271b8b02a4b7bc8757102 on master.

sammyt commented 10 years ago

It's worse, but that is better.

mstade commented 10 years ago

:o)