From 46369a2969443c0db81e743dd434e3dbd767db3c Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 3 Mar 2015 09:26:34 +0100 Subject: [PATCH] Update VE core submodule to master (0cb3b6f) New changes: e6554e8 Localisation updates from https://translatewiki.net. 397a53d Localisation updates from https://translatewiki.net. 56c5937 Provide isAlignable checks for alignable nodes 2431396 ce.ContentBranchNode: Don't compare new rendering with old on first render 0131fe8 ve.ce.GeneratedContentNode: Avoid calling $.fn.add, it's slow 89f66fc Fix documentation lies about rewrap event fb42667 Add insert/edit modes to FragmentInspector 511e0a7 Make ce.BranchNode#updateTagName do what its documentation says 626936d Localisation updates from https://translatewiki.net. 0cb3b6f build: Rename JSDuck config standard jsduck.json Change-Id: I58d210a549ea5faa2142f716ad37c2fad9be94f5 --- .docs/config.json | 2 +- Gruntfile.js | 2 +- lib/ve | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.docs/config.json b/.docs/config.json index deb21b37b4..81a5751725 100644 --- a/.docs/config.json +++ b/.docs/config.json @@ -10,7 +10,7 @@ "--output": "../docs", "--": [ "./external.js", - "../lib/ve/.docs/external.js", + "../lib/ve/.jsduck/external.js", "../lib/ve/lib/oojs", "../lib/ve/lib/oojs-ui", "../lib/ve/lib/unicodejs", diff --git a/Gruntfile.js b/Gruntfile.js index 04c6f76e54..961829018e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -24,7 +24,7 @@ module.exports = function ( grunt ) { from: [ '.docs/mw-categories.json', { - file: 'lib/ve/.docs/categories.json', + file: 'lib/ve/.jsduck/categories.json', aggregate: { 'VisualEditor (core)': [ 'General', diff --git a/lib/ve b/lib/ve index 7bcf314dd5..0cb3b6f224 160000 --- a/lib/ve +++ b/lib/ve @@ -1 +1 @@ -Subproject commit 7bcf314dd5d77b72b26c41abbf46e4b4e0a51c00 +Subproject commit 0cb3b6f2247cdf5d7e9bb3c136eafc4c0c4e6739