Skip to content

Instantly share code, notes, and snippets.

View chrisege's full-sized avatar

Chris Ege chrisege

View GitHub Profile
;(function(win, undefined) {
"use strict";
var applicationName = "My Broken App";
let raphaelLoaded = false;
const numLibs = 1;
libs = { one : 'jQuery', two : 'Underscore', three : 'Backbone' };
BioSync.Common.loadLibs = function( libraries = {} ) {
var e = 0, r;
@chrisege
chrisege / 0_reuse_code.js
Created November 18, 2015 17:26
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console