the `sort` option is broken anyway, removed it
authorMihai Bazon <mihai@bazon.net>
Wed, 17 Oct 2012 12:24:47 +0000 (15:24 +0300)
committerMihai Bazon <mihai@bazon.net>
Wed, 17 Oct 2012 12:24:47 +0000 (15:24 +0300)
commit8f664585983e4174bb850e3975659127eb99df36
treef61e833c085136bb61e12197df473055593ff919
parent6472f9410ec93c4f934643d7fd7ff3edeef6b191
the `sort` option is broken anyway, removed it

we need to mangle names from outermost to innermost scope; mangling names
from inner scopes before we got to the outer scope won't work correctly,
therefore sorting doesn't make sense.
lib/scope.js