Skip to content

Instantly share code, notes, and snippets.

@pifantastic
Created January 13, 2012 02:07
Show Gist options
  • Save pifantastic/1604243 to your computer and use it in GitHub Desktop.
Save pifantastic/1604243 to your computer and use it in GitHub Desktop.
define(['./rison', './util'], function(rison, util) {
function Tracker(config) {
// Copy over the default settings.
this.settings = util.extend({}, this._defaults, config);
}
return Tracker;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment