Skip to content

Instantly share code, notes, and snippets.

@oosugi20
Created February 3, 2012 21:53
Show Gist options
  • Save oosugi20/1732918 to your computer and use it in GitHub Desktop.
Save oosugi20/1732918 to your computer and use it in GitHub Desktop.
var MYAPPNAME = MYAPPNAME || {};
MYAPPNAME.ui = MYAPPNEAME.ui || {};
MYAPPNAME.util = MYAPPNAME.util || {};
(function (MY, UI, UTIL, $, window, undefined) {
})(MYAPPNAME, MYAPPNAME.ui, MYAPPNAME.util, jQuery, this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment