Skip to content

Instantly share code, notes, and snippets.

@linx4200
Created March 17, 2018 15:05
Show Gist options
  • Save linx4200/090502ddc9d057748be53b7d54ddf351 to your computer and use it in GitHub Desktop.
Save linx4200/090502ddc9d057748be53b7d54ddf351 to your computer and use it in GitHub Desktop.
【Factory】单例模式
var A = {
Util: {
util_method1: function() {},
util_method2: function() {},
// ...
},
Tool: {
tool_method1: function() {},
tool_method2: function() {},
// ...
}
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment