Andrea Bogazzi
|
08f60adbea
|
switch to eslint (#3229)
* switch to eslint 2.x
* fix src
* fix tests
|
2016-09-10 15:14:23 +02:00 |
|
Andrea Bogazzi
|
cf5f327f55
|
Extending test coverage (#3148)
* adding tests
|
2016-08-14 11:05:44 +02:00 |
|
kangax
|
0c41880e97
|
Add maximumLineLength restriction of 120 chars and space after comma
|
2014-09-22 20:40:39 +02:00 |
|
kangax
|
d2f6a9033e
|
Add JSCS validation & change bunch of things for conformance. Down to 333 failures from ~1000.
|
2014-02-16 16:36:14 -05:00 |
|
kangax
|
0fc54d4f7f
|
Fix Point and Intersection docs. Build distribution.
|
2013-09-06 19:12:57 +02:00 |
|
kangax
|
e1f93a3668
|
Move dimensionAffectingProps to fabric.Text.prototype. Simplify and speed up Intersection class. Build distribution.
|
2013-06-06 03:06:17 +02:00 |
|
kangax
|
4e1a26cc11
|
Update docs
|
2013-04-25 14:21:32 -04:00 |
|
kangax
|
c16dcf88a4
|
Change inline docs to conform to jsdoc3
|
2013-04-24 12:58:04 -04:00 |
|
kangax
|
c8172be31d
|
Final doc additions. Every public method is now documented!
|
2012-12-16 20:44:26 +01:00 |
|
kangax
|
7eae38db57
|
Doc additions.
|
2012-12-15 17:29:40 +01:00 |
|
kangax
|
84a956c4b6
|
Lint everything with JSHint. Version 0.9.14.
|
2012-10-14 02:53:12 +02:00 |
|
kangax
|
be5e8a600f
|
Remove redundant "//= require" statements.
|
2012-06-26 16:42:45 +02:00 |
|
kangax
|
35ad4bf6e3
|
Preparing fabric to run on node.js
|
2011-08-05 19:00:26 -04:00 |
|
kangax
|
f497327131
|
Fabric now runs fully under ES5 strict mode (except certain 3rd party dependencies, like cufon.js and json2.js).
|
2010-10-21 22:54:00 -04:00 |
|
kangax
|
415205d3f2
|
Document bunch of API (still incomplete, but getting there).
|
2010-10-14 17:42:39 -04:00 |
|
kangax
|
e70830f7d6
|
Introduce fabric.log and fabric.warn methods, as simple wrappers around console.log and console.warn (instead of declaring those methods right on console). This makes it easier to mock them when testing, and is generally safer due to less tinkering with host objects.
|
2010-10-11 14:45:06 -04:00 |
|
Juriy Zaytsev
|
2340a98526
|
Rename canvas_*.class.js files to just *.class.js
|
2010-07-09 21:50:13 -04:00 |
|