Comparing version 2.2.0 to 2.2.1
@@ -92,2 +92,5 @@ var fs = require('fs'), | ||
var strData = String(data); | ||
if (fileName === 'src/HEADER.js' && amdLib === false) { | ||
strData = strData.replace(/\/\* _AMD_START_ \*\/[\s\S]*?\/\* _AMD_END_ \*\//g, ''); | ||
} | ||
if (noStrict) { | ||
@@ -239,3 +242,2 @@ strData = strData.replace(/"use strict";?\n?/, ''); | ||
ifSpecifiedAMDInclude(amdLib) | ||
]; | ||
@@ -242,0 +244,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "http://fabricjs.com/", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"author": "Juriy Zaytsev <kangax@gmail.com>", | ||
@@ -8,0 +8,0 @@ "contributors": [ |
72
test.js
@@ -15,38 +15,38 @@ var testrunner = require('node-qunit'); | ||
tests: [ | ||
// './test/unit/activeselection.js', | ||
// './test/unit/animation.js', | ||
// './test/unit/rect.js', | ||
// './test/unit/ellipse.js', | ||
// './test/unit/color.js', | ||
// './test/unit/circle.js', | ||
// './test/unit/line.js', | ||
// './test/unit/polyline.js', | ||
// './test/unit/polygon.js', | ||
// './test/unit/path.js', | ||
// './test/unit/observable.js', | ||
// './test/unit/object.js', | ||
// './test/unit/text.js', | ||
// './test/unit/util.js', | ||
// './test/unit/brushes.js', | ||
// './test/unit/image.js', | ||
// './test/unit/image_filters.js', | ||
// './test/unit/group.js', | ||
// './test/unit/parser.js', | ||
// './test/unit/canvas.js', | ||
// './test/unit/canvas_static.js', | ||
// './test/unit/gradient.js', | ||
// './test/unit/pattern.js', | ||
// './test/unit/shadow.js', | ||
// './test/unit/object_interactivity.js', | ||
// './test/unit/object_geometry.js', | ||
// './test/unit/object_origin.js', | ||
// './test/unit/itext.js', | ||
// './test/unit/itext_click_behaviour.js', | ||
// './test/unit/itext_key_behaviour.js', | ||
// './test/unit/collection.js', | ||
// './test/unit/point.js', | ||
// './test/unit/intersection.js', | ||
// './test/unit/stateful.js', | ||
// './test/unit/textbox.js', | ||
// './test/unit/canvas_events.js', | ||
'./test/unit/activeselection.js', | ||
'./test/unit/animation.js', | ||
'./test/unit/rect.js', | ||
'./test/unit/ellipse.js', | ||
'./test/unit/color.js', | ||
'./test/unit/circle.js', | ||
'./test/unit/line.js', | ||
'./test/unit/polyline.js', | ||
'./test/unit/polygon.js', | ||
'./test/unit/path.js', | ||
'./test/unit/observable.js', | ||
'./test/unit/object.js', | ||
'./test/unit/text.js', | ||
'./test/unit/util.js', | ||
'./test/unit/brushes.js', | ||
'./test/unit/image.js', | ||
'./test/unit/image_filters.js', | ||
'./test/unit/group.js', | ||
'./test/unit/parser.js', | ||
'./test/unit/canvas.js', | ||
'./test/unit/canvas_static.js', | ||
'./test/unit/gradient.js', | ||
'./test/unit/pattern.js', | ||
'./test/unit/shadow.js', | ||
'./test/unit/object_interactivity.js', | ||
'./test/unit/object_geometry.js', | ||
'./test/unit/object_origin.js', | ||
'./test/unit/itext.js', | ||
'./test/unit/itext_click_behaviour.js', | ||
'./test/unit/itext_key_behaviour.js', | ||
'./test/unit/collection.js', | ||
'./test/unit/point.js', | ||
'./test/unit/intersection.js', | ||
'./test/unit/stateful.js', | ||
'./test/unit/textbox.js', | ||
'./test/unit/canvas_events.js', | ||
'./test/unit/text_to_svg.js', | ||
@@ -53,0 +53,0 @@ ], |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36921
9905251