mediawiki-extensions-Visual.../modules/ve
Catrope d93b82347b Clean up a few commas and some indentation
The commas were resulting from converting this:
var foo = 3,
	bar = 5;

to this:

foo = 3,
bar = 5;

Change-Id: I0223b34a30d947c6a51f0601727b0c3850239e66
2012-08-10 16:49:14 -07:00
..
ce Clean up a few commas and some indentation 2012-08-10 16:49:14 -07:00
dm Clean up a few commas and some indentation 2012-08-10 16:49:14 -07:00
init Make use of new jshint options 2012-08-10 02:50:30 +02:00
test Clean up a few commas and some indentation 2012-08-10 16:49:14 -07:00
ui Make use of new jshint options 2012-08-10 02:50:30 +02:00
ve.BranchNode.js After much research on error objects, native = good, custom = bad 2012-08-08 10:48:53 -07:00
ve.debug.js Removed some whitespace 2012-07-19 14:25:16 -07:00
ve.Document.js This should never happen, but if it does, lets make sure we know 2012-08-08 15:17:45 -07:00
ve.EventEmitter.js After much research on error objects, native = good, custom = bad 2012-08-08 10:48:53 -07:00
ve.Factory.js After much research on error objects, native = good, custom = bad 2012-08-08 10:48:53 -07:00
ve.js Make use of new jshint options 2012-08-10 02:50:30 +02:00
ve.LeafNode.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.Node.js Make use of new jshint options 2012-08-10 02:50:30 +02:00
ve.Position.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.Range.js Added basic ve.dm.SurfaceFragment class 2012-08-09 16:18:13 -07:00
ve.Surface.js Cleanup - all jshint conditions are now met 2012-08-03 18:56:04 -07:00