Skip to content

Instantly share code, notes, and snippets.

@ashaw
Forked from thejefflarson/gist:894691
Created March 30, 2011 16:12
Show Gist options
  • Save ashaw/894696 to your computer and use it in GitHub Desktop.
Save ashaw/894696 to your computer and use it in GitHub Desktop.
var TimelineSetter = window.TimelineSetter = (window.TimelineSetter || {});
var Timeline = TimelineSetter.Timeline = function(){...};
Timeline.boot = function(){
$(function(){
...
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment