mediawiki-extensions-Visual.../modules/ve/ce
Christian Williams 1e298ffbc0 Fix focusable highlights
!$element.is( ':visible' ) - jQuery .is() returns boolean based on the
parameter.

$element.not( ':visible' ) - jQuery .not() returns a filtered jQuery
collection with elements matching the parameter removed.

Change-Id: Iedf55f3453514ee710bbb6d702bbf9a5570a4a1d
2013-07-03 13:49:11 -07:00
..
annotations The great directory split of 2013 2013-07-02 20:51:38 -07:00
nodes The great directory split of 2013 2013-07-02 20:51:38 -07:00
styles The great directory split of 2013 2013-07-02 20:51:38 -07:00
ve.ce.Annotation.js
ve.ce.AnnotationFactory.js
ve.ce.BranchNode.js
ve.ce.ContentBranchNode.js
ve.ce.Document.js
ve.ce.DomRange.js
ve.ce.FocusableNode.js Fix focusable highlights 2013-07-03 13:49:11 -07:00
ve.ce.js
ve.ce.LeafNode.js
ve.ce.Node.js Reference insertion, new and existing 2013-06-27 18:11:31 -07:00
ve.ce.NodeFactory.js
ve.ce.ProtectedNode.js Make local overlays local to surface and remove insane z-indexes 2013-07-02 19:35:43 +00:00
ve.ce.RelocatableNode.js Make local overlays local to surface and remove insane z-indexes 2013-07-02 19:35:43 +00:00
ve.ce.ResizableNode.js Make local overlays local to surface and remove insane z-indexes 2013-07-02 19:35:43 +00:00
ve.ce.Surface.js Make local overlays local to surface and remove insane z-indexes 2013-07-02 19:35:43 +00:00
ve.ce.SurfaceObserver.js
ve.ce.View.js