Skip to content

Instantly share code, notes, and snippets.

@anutron
Created August 13, 2009 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anutron/167301 to your computer and use it in GitHub Desktop.
Save anutron/167301 to your computer and use it in GitHub Desktop.
Depender.require({
scripts: [Fx.Reveal, Fx.Accordion, FormValidator],
sources: [core],
ready: fn1
});
Depender.require({
scripts: [Fx.Reveal],
sources: [core],
ready: fn2,
serial: true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment