Closed kitsonk closed 8 years ago
@@ master #189 diff @@
==========================================
Files 43 43
Lines 2222 2224 +2
Methods 26 26
Messages 0 0
Branches 410 416 +6
==========================================
+ Hits 2166 2168 +2
Misses 53 53
Partials 3 3
Powered by Codecov. Last update 2aa2440...7a9535c
👍
Okay can we take the styling offline? I think after that then this is good to go 👍
merge away 👍
aspect
now supports applying advice to Map like objects (e.g. ones that utilise key value pairs using a.set()
and.get()
functionality).This is to support allowing
Map
s to be used when keeping a map of listeners, thereby supporting dojo/compose#52.Also, this PR cleans up
aspect
to align it to current coding standards, including using string literals, eliminates the "ugliness" of thenull
assignments when unassigning values, removing<any>
casting and adding comments to provide clarity.