Skip to content

Instantly share code, notes, and snippets.

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