Update VE core submodule to master (27de0c4)

New changes:
016642e Remove crazy space exception from link validity regex
b538834 Remove insertion inspector class
50839f5 Work around *another* browser bug in getBoundingClientRect
e2e916a Increase inspector height by 1 to deal with Chrome opacity bug
9e387da Update OOjs UI to v0.1.0-pre (40de4dabe6)
27de0c4 Follow-up I2f34448: ve.ui.InsertionInspector.js was deleted, so remove from manifest

Change-Id: If979beb12fe865c0e217b93381769264e2efdc20
This commit is contained in:
James D. Forrester 2014-10-22 17:10:48 -07:00
parent 2d3bf973d2
commit 50e59f328a
3 changed files with 1 additions and 3 deletions

View file

@ -308,7 +308,6 @@
<script src="lib/ve/src/ui/tools/ve.ui.ListTool.js"></script>
<script src="lib/ve/src/ui/inspectors/ve.ui.FragmentInspector.js"></script>
<script src="lib/ve/src/ui/inspectors/ve.ui.AnnotationInspector.js"></script>
<script src="lib/ve/src/ui/inspectors/ve.ui.InsertionInspector.js"></script>
<script src="lib/ve/src/ui/inspectors/ve.ui.NodeInspector.js"></script>
<script src="lib/ve/src/ui/inspectors/ve.ui.LinkInspector.js"></script>
<script src="lib/ve/src/ui/inspectors/ve.ui.CommentInspector.js"></script>

View file

@ -541,7 +541,6 @@ $wgResourceModules += array(
'lib/ve/src/ui/inspectors/ve.ui.FragmentInspector.js',
'lib/ve/src/ui/inspectors/ve.ui.AnnotationInspector.js',
'lib/ve/src/ui/inspectors/ve.ui.InsertionInspector.js',
'lib/ve/src/ui/inspectors/ve.ui.NodeInspector.js',
'lib/ve/src/ui/inspectors/ve.ui.CommentInspector.js',
'lib/ve/src/ui/inspectors/ve.ui.LinkInspector.js',

2
lib/ve

@ -1 +1 @@
Subproject commit 5fed7c4e6db6aa74e8c237059d9f4cf7e4c8d758
Subproject commit 27de0c4c44712ca140bb9016a566980317fc65e5