Skip to content

Instantly share code, notes, and snippets.

@raichu
raichu / fabric-issue-123.js
Created August 1, 2013 04:10
Kienz's fixed version for fabric.js issue #123
/* build: `node build.js modules=ALL exclude=gestures` */
/*! Fabric.js Copyright 2008-2013, Printio (Juriy Zaytsev, Maxim Chernyak) */
var fabric = fabric || { version: "1.1.19" };
if (typeof exports !== 'undefined') {
exports.fabric = fabric;
}
if (typeof document !== 'undefined' && typeof window !== 'undefined') {