Using Method Chaining With The Revealing Module Pattern In JavaScript

added by Paul Wheeler
3/12/2015 2:41:42 PM

277 Views

When using method chaining, in conjunction with the revealing module pattern, you can only use "this" to refer to public methods.


0 comments