Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 26th, 2012  |  syntax: None  |  size: 0.23 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. More than one javascript namespace?
  2. (function (myApp, $, undefined) {
  3.  
  4. } (window.myApp = window.myApp || {}, jQuery));
  5.        
  6. (function (myAppSettings, $, undefined) {
  7.  
  8. } (window.myAppSettings = window.myAppSettings || {}, jQuery));