Skip to content

Instantly share code, notes, and snippets.

@jdlich
Created August 10, 2011 21:53
Show Gist options
  • Save jdlich/1138378 to your computer and use it in GitHub Desktop.
Save jdlich/1138378 to your computer and use it in GitHub Desktop.
var up = up || {};
(function($, fluid){
up.myFunction = function () {
return fluid.initView("myFunction");
// do stuff here
}
})(jQuery, fluid);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment