tschneidereit / SwiftSuspenders

NOTE: Find the offical repo at http://github.com/robotlegs/swiftsuspenders
https://github.com/robotlegs/swiftsuspenders
MIT License
280 stars 89 forks source link

Teardown nulls the _mappings dict #71

Closed darscan closed 11 years ago

darscan commented 11 years ago

https://github.com/tschneidereit/SwiftSuspenders/blob/master/src/org/swiftsuspenders/Injector.as#L414

This renders the injector unusable after calling teardown. Would it not be better to simply new up a fresh dictionary?