Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kangax committed Apr 14, 2015
1 parent a51e110 commit 0e0816a
Show file tree
Hide file tree
Showing 8 changed files with 567 additions and 649 deletions.
1 change: 0 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"globals": {
"ActiveXObject": true,
"Cufon": true,
"define": true,
"eventjs": true,
"exports": true,
Expand Down
2 changes: 1 addition & 1 deletion HEADER.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! Fabric.js Copyright 2008-2015, Printio (Juriy Zaytsev, Maxim Chernyak) */

var fabric = fabric || { version: "1.4.13" };
var fabric = fabric || { version: "1.5.0" };
if (typeof exports !== 'undefined') {
exports.fabric = fabric;
}
Expand Down
1 change: 0 additions & 1 deletion create_build_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ var fs = require('fs'),

var modules = [
'text',
'cufon',
'gestures',
'easing',
'parser',
Expand Down
Loading

0 comments on commit 0e0816a

Please sign in to comment.