You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: This pattern import modules, and add properties, then export it. It has adventage for developing large applications. And also have the authorities to old module method, and override a new one.
*/
varMODULE=(function(my){
varold_moduleMethod=my.moduleMethod;
my.moduleMethod=function(){
// method override, has access to old through old_moduleMethod...