Skip to content

Instantly share code, notes, and snippets.

View HughAJWood's full-sized avatar
🏠
Working from home

Hugh Wood HughAJWood

🏠
Working from home
  • AND Digital
  • Manchester, UK
View GitHub Profile
@DavidBruant
DavidBruant / ScreenTreeNode.js
Created August 25, 2013 21:36
2D BSP in JavaScript
(function(global){
"use strict";
function constEnumPropValueDesc(v){
return {
value: v,
enumerable: true,
configurable: false,
writable: false
};
@desandro
desandro / jquery-layout-review.md
Created January 28, 2013 18:13
layout thrashing in jQuery