rebuilt dist

This commit is contained in:
Asturur 2017-02-27 10:28:48 +01:00
parent 920c56ce52
commit b0260640b9
4 changed files with 3 additions and 3 deletions

2
dist/fabric.js vendored
View file

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

2
dist/fabric.min.js vendored

File diff suppressed because one or more lines are too long

BIN
dist/fabric.min.js.gz vendored

Binary file not shown.

View file

@ -1,5 +1,5 @@
var fabric = fabric || {
version: "1.7.6"
version: "1.7.7"
};
if (typeof exports !== "undefined") {