Bring jsdom back to 0.5.6

This commit is contained in:
kangax 2013-07-13 19:59:31 +02:00
parent 35243428e5
commit 86eaff99ed
5 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
/*! Fabric.js Copyright 2008-2013, Printio (Juriy Zaytsev, Maxim Chernyak) */
var fabric = fabric || { version: "1.2.3" };
var fabric = fabric || { version: "1.2.4" };
if (typeof exports !== 'undefined') {
exports.fabric = fabric;

2
dist/all.js vendored
View file

@ -1,7 +1,7 @@
/* build: `node build.js modules=ALL exclude=gestures` */
/*! Fabric.js Copyright 2008-2013, Printio (Juriy Zaytsev, Maxim Chernyak) */
var fabric = fabric || { version: "1.2.3" };
var fabric = fabric || { version: "1.2.4" };
if (typeof exports !== 'undefined') {
exports.fabric = fabric;

2
dist/all.min.js vendored

File diff suppressed because one or more lines are too long

BIN
dist/all.min.js.gz vendored

Binary file not shown.

View file

@ -1,7 +1,7 @@
{
"name": "fabric",
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
"version": "1.2.3",
"version": "1.2.4",
"author": "Juriy Zaytsev <kangax@gmail.com>",
"keywords": ["canvas", "graphic", "graphics", "SVG", "node-canvas", "parser", "HTML5", "object model"],
"repository": "git://github.com/kangax/fabric.js",
@ -15,7 +15,7 @@
},
"dependencies": {
"canvas": "1.0.x",
"jsdom": "0.7.x",
"jsdom": "0.5.6",
"xmldom": "0.1.x"
},
"devDependencies": {