LeaVerou / bliss

Blissful JavaScript
http://blissfuljs.com
MIT License
2.39k stars 101 forks source link

Displaying the implementation in the doc is broken for anything using overload #218

Closed stof closed 6 years ago

stof commented 6 years ago

Any function using the overload helper is displaying the implementation of the inner function of overload as its implementation in the doc, which is not really helpful to see how this relates to native APIs (as we don't see the implementation of callback where the actual logic happens).

stof commented 6 years ago

OK, duplicate of https://github.com/LeaVerou/bliss/issues/176