Skip to content

Instantly share code, notes, and snippets.

@jonathanyee
Created November 25, 2013 23:18
Show Gist options
  • Save jonathanyee/7650657 to your computer and use it in GitHub Desktop.
Save jonathanyee/7650657 to your computer and use it in GitHub Desktop.
com.onescreen.define(['util', 'jquery', 'client', 'sfc', 'css!./main.css'], function(util, $, client, SFC) {
function render(configObj, player) {
// Build UI
// Bind beacon event handlers
// Bind UI event handlers
}
return render;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment