Index: branches/MwEmbedStandAlone/remotes/mediaWiki.js |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | */ |
6 | 6 | var urlparts = getRemoteEmbedPath(); |
7 | 7 | var mwEmbedHostPath = urlparts[0]; |
8 | | -var mwRemoteVersion = 'r161'; |
| 8 | +var mwRemoteVersion = 'r162'; |
9 | 9 | var mwUseScriptLoader = true; |
10 | 10 | |
11 | 11 | // Log the mwRemote version makes it easy to debug cache issues |
— | — | @@ -112,8 +112,9 @@ |
113 | 113 | 'mw.style.ClipEdit', |
114 | 114 | '$j.fn.textSelection', |
115 | 115 | '$j.ui', |
116 | | - '$j.widget', |
| 116 | + '$j.widget', |
117 | 117 | '$j.ui.mouse', |
| 118 | + '$j.ui.button', |
118 | 119 | '$j.ui.position', |
119 | 120 | '$j.ui.progressbar', |
120 | 121 | '$j.ui.dialog', |
— | — | @@ -313,7 +314,15 @@ |
314 | 315 | '$j.ui', |
315 | 316 | '$j.widget', |
316 | 317 | '$j.ui.mouse', |
317 | | - |
| 318 | + |
| 319 | + '$j.ui.button', |
| 320 | + '$j.ui.draggable', |
| 321 | + '$j.ui.position', |
| 322 | + '$j.ui.resizable.js', |
| 323 | + '$j.ui.slider', |
| 324 | + |
| 325 | + '$j.ui.dialog', |
| 326 | + |
318 | 327 | '$j.cookie', |
319 | 328 | 'mw.EmbedPlayer', |
320 | 329 | 'mw.style.EmbedPlayer', |
— | — | @@ -321,10 +330,7 @@ |
322 | 331 | 'mw.PlayerControlBuilder', |
323 | 332 | '$j.fn.hoverIntent', |
324 | 333 | 'JSON', |
325 | | - '$j.ui.slider', |
326 | 334 | |
327 | | - '$j.ui.dialog', |
328 | | - |
329 | 335 | 'mw.PlayerSkinKskin', |
330 | 336 | 'mw.style.PlayerSkinKskin', |
331 | 337 | |