Skip to content

Instantly share code, notes, and snippets.

@mcdemarco
mcdemarco / main.js
Created August 6, 2013 16:25 — forked from duerig/main.js
Example paste application for app.net
var api = {
accessToken: 'YOUR_TOKEN'
};
var pasteChannel = null;
function initialize()
{
$('#paste-create').hide();
var getvars = getUrlVars();