diff --git a/HEADER.js b/HEADER.js index 163f0cdc..36c16221 100644 --- a/HEADER.js +++ b/HEADER.js @@ -1,6 +1,6 @@ /*! Fabric.js Copyright 2008-2012, Printio (Juriy Zaytsev, Maxim Chernyak) */ -var fabric = fabric || { version: "0.8.35" }; +var fabric = fabric || { version: "0.8.4" }; if (typeof exports != 'undefined') { exports.fabric = fabric; diff --git a/dist/all.js b/dist/all.js index cf82f5dc..8a845c03 100644 --- a/dist/all.js +++ b/dist/all.js @@ -1,7 +1,7 @@ /* build: `node build.js modules=ALL` */ /*! Fabric.js Copyright 2008-2012, Printio (Juriy Zaytsev, Maxim Chernyak) */ -var fabric = fabric || { version: "0.8.35" }; +var fabric = fabric || { version: "0.8.4" }; if (typeof exports != 'undefined') { exports.fabric = fabric; diff --git a/dist/all.min.js b/dist/all.min.js index 1776a62a..dec54519 100644 --- a/dist/all.min.js +++ b/dist/all.min.js @@ -1,5 +1,5 @@ /* Fabric.js Copyright 2008-2012, Printio (Juriy Zaytsev, Maxim Chernyak) */ -var fabric=fabric||{version:"0.8.35"};if(typeof exports!="undefined"){exports.fabric=fabric}if(typeof document!="undefined"&&typeof window!="undefined"){fabric.document=document;fabric.window=window}else{fabric.document=require("jsdom").jsdom("
");fabric.window=fabric.document.createWindow()}fabric.isTouchSupported="ontouchstart" in fabric.document.documentElement; +var fabric=fabric||{version:"0.8.4"};if(typeof exports!="undefined"){exports.fabric=fabric}if(typeof document!="undefined"&&typeof window!="undefined"){fabric.document=document;fabric.window=window}else{fabric.document=require("jsdom").jsdom("");fabric.window=fabric.document.createWindow()}fabric.isTouchSupported="ontouchstart" in fabric.document.documentElement; /* * Copyright (c) 2009 Simo Kinnunen. * Licensed under the MIT license. diff --git a/dist/all.min.js.gz b/dist/all.min.js.gz index 75155421..8cc02c2f 100644 Binary files a/dist/all.min.js.gz and b/dist/all.min.js.gz differ diff --git a/package.json b/package.json index 05858971..cd1b4ace 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fabric", "description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.", - "version": "0.8.35", + "version": "0.8.4", "author": "Juriy Zaytsev