From 0ee46b37498ef58ebd1069eafe930ebac06be8a5 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Wed, 6 Jan 2016 17:10:57 +0100 Subject: deprecate some code --- server/sonar-web/src/main/js/libs/sortable.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/server/sonar-web/src/main/js/libs/sortable.js b/server/sonar-web/src/main/js/libs/sortable.js index 06e887de141..134254ac5dd 100644 --- a/server/sonar-web/src/main/js/libs/sortable.js +++ b/server/sonar-web/src/main/js/libs/sortable.js @@ -17,6 +17,13 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + +/* + * DEPRECATED + * + * Found only single usage on the Components page. + */ + (function($) { function stripe(rows) { -- cgit v1.2.3