Skip to content

Instantly share code, notes, and snippets.

@AlphaBao
AlphaBao / class.js
Created November 5, 2015 11:11
Simple JavaScript Inheritance By John Resig http://ejohn.org/
/* Simple JavaScript Inheritance
* By John Resig http://ejohn.org/
* MIT Licensed.
*/
// Inspired by base2 and Prototype
/* jshint ignore: start */
var initializing = false;
function Class() {

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt