nsdeclare
Version:
Safely declare a namespace using dot notation
1 lines • 178 B
JavaScript
this["MyApp"] = this["MyApp"] || {};this["MyApp"]["Templates"] = this["MyApp"]["Templates"] || {};this["MyApp"]["Templates"]["Final"] = this["MyApp"]["Templates"]["Final"] || {};