Skip to content

Instantly share code, notes, and snippets.

@hughfdjackson
Created June 1, 2012 08:34
Show Gist options
  • Select an option

  • Save hughfdjackson/2850370 to your computer and use it in GitHub Desktop.

Select an option

Save hughfdjackson/2850370 to your computer and use it in GitHub Desktop.
(function($, root) {
root.x24 = {
slide: new Backbone.Model.extend({
id: 'i1',
title: 't1',
text: 'tt1',
link: 'l1'
})
}
})(jQuery, this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment