From 436a0aa1fafa752c18ad03327d3f633741623e7d Mon Sep 17 00:00:00 2001 From: Jforrester Date: Thu, 18 Jan 2018 18:19:46 +0000 Subject: [PATCH] Remove dummy isSupported function, deprecated in REL1_31 This reverts commit a92c99cd45f3ffa1e606662d3e5a3fff170105dd. Change-Id: I2567fbf5a41efb1242b690dd23e4b59b166c0251 --- modules/jquery.wikiEditor.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/modules/jquery.wikiEditor.js b/modules/jquery.wikiEditor.js index 691bcb32..5b098d82 100644 --- a/modules/jquery.wikiEditor.js +++ b/modules/jquery.wikiEditor.js @@ -60,20 +60,6 @@ */ imgPath: mw.config.get( 'wgExtensionAssetsPath' ) + '/WikiEditor/modules/images/', - /** - * Checks if the client supports WikiEditor. - * - * Since 1.31 this check is deprecated and can be skipped as all browsers - * which are served JS by MediaWiki support WikiEditor. - * - * @deprecated since 1.31 - * @return {boolean} - */ - isSupported: function () { - mw.log.warn( '$.wikiEditor.isSupported is deprecated.' ); - return true; - }, - /** * Checks if a module has a specific requirement *