mediawiki-extensions-Visual.../modules/ve/dm
Timo Tijhof a15b2f77f2 Fix constructor names; remove redundant hasOwnProperty.
Add some missing constructor names and rename the ones with a
lowercase 'v'.

I previously changed Object.create and others to using hasOwn,
but that turned out to be useless. The thought at the time was
to only use the native one if it really is a native one (and not
a polyfill from another script), however in then hasOwn is only
relevant on prototypes and when negated. For static members it
would be an own-property either way.

Follows-up:
* Id6783fcfc35a896db088ff424ff9faaabcaff716 (metanode)
* Iab763954fb8cf375900d7a9a92dec1c755d5407e (object-management)

Change-Id: Ia6ef597e5e5453277472dfc23f25d2878b68b7f6
2012-10-08 06:15:20 +02:00
..
annotations Added missing annotation types to domElementTypes array 2012-09-11 11:40:59 -07:00
nodes Fix constructor names; remove redundant hasOwnProperty. 2012-10-08 06:15:20 +02:00
ve.dm.Annotation.js Rename ve_foo_bar back to VeFooBar per discussion 2012-09-06 16:15:55 -07:00
ve.dm.AnnotationFactory.js Rename ve_foo_bar back to VeFooBar per discussion 2012-09-06 16:15:55 -07:00
ve.dm.BranchNode.js Whitespace and comments 2012-09-17 16:53:03 -07:00
ve.dm.Converter.js Merge "Add a node type for meta nodes" 2012-09-18 18:15:46 +00:00
ve.dm.Document.js Merge "Throw an error for bad offsets in getNodeFromOffset()" 2012-10-01 18:46:36 +00:00
ve.dm.DocumentSynchronizer.js Documentation & clean up 2012-09-17 16:02:52 +02:00
ve.dm.js Removed some whitespace 2012-07-19 14:25:16 -07:00
ve.dm.LeafNode.js Whitespace and comments 2012-09-17 16:53:03 -07:00
ve.dm.Node.js Rename ve_foo_bar back to VeFooBar per discussion 2012-09-06 16:15:55 -07:00
ve.dm.NodeFactory.js Rename ve_foo_bar back to VeFooBar per discussion 2012-09-06 16:15:55 -07:00
ve.dm.Surface.js Merge "Using getRelativeContentOffset for insertAnnotations" 2012-10-01 21:27:54 +00:00
ve.dm.SurfaceFragment.js Merge "Changed method name to setAutoSelect to avoid collision" 2012-10-05 21:25:51 +00:00
ve.dm.Transaction.js Fix transaction bug with Roans help. 2012-10-01 16:31:16 -07:00
ve.dm.TransactionProcessor.js Documentation & clean up 2012-09-17 16:02:52 +02:00