JoshuaCWebDeveloper / jcscript

A collection of JavaScripts to aid in the development of JS projects
2 stars 1 forks source link

Make emitChange() and fluxActions protected in JCFluxStore #31

Open JoshuaCWebDeveloper opened 5 years ago

JoshuaCWebDeveloper commented 5 years ago

Currently emitChange() and fluxActions are named as public properties in JCFluxStore. Name them as protected properties by prefixing them with an _, deprecate the current names.