mediawiki-extensions-Visual.../tests/ve/dm
Trevor Parscal a564f81aa7 JSHint: Added dotfiles and fixed tons of linting warnings.
* "onevar" warning sometimes solved by just merging var statements
  other times solved by making it a function declaration instead
  of a function expression.
* Also fixed several '_this' variable names in ve.es.Surface to
  more descriptive names, and enabled warnings for dangling _
  in identifiers.

Change-Id: I7d411881e3e06cf9a7fe56d689c29375881a81de
2012-07-19 10:01:00 -07:00
..
ve.dm.BranchNode.test.js
ve.dm.Converter.test.js
ve.dm.Document.test.js
ve.dm.DocumentSynchronizer.test.js
ve.dm.example.js ve2 -> ve in the tests directory too 2012-06-19 18:36:34 -07:00
ve.dm.LeafNode.test.js
ve.dm.Node.test.js
ve.dm.NodeFactory.test.js
ve.dm.Surface.test.js JSHint: Added dotfiles and fixed tons of linting warnings. 2012-07-19 10:01:00 -07:00
ve.dm.TextNode.test.js
ve.dm.Transaction.test.js Fixed output of translateOffset when collapsing a range 2012-06-21 10:45:58 -07:00
ve.dm.TransactionProcessor.test.js