From 652e0aa300d9c3ae09b2b937635684ba94d89dc4 Mon Sep 17 00:00:00 2001 From: Akshay Birajdar Date: Tue, 17 Dec 2019 20:00:06 +0530 Subject: [PATCH] Removes the un-used function call for syntaxhighlighterConfig [ci skip] --- guides/assets/javascripts/guides.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/guides/assets/javascripts/guides.js b/guides/assets/javascripts/guides.js index 14149e935e..87097c50c3 100644 --- a/guides/assets/javascripts/guides.js +++ b/guides/assets/javascripts/guides.js @@ -1,8 +1,6 @@ (function() { "use strict"; - this.syntaxhighlighterConfig = { autoLinks: false }; - this.wrap = function(elem, wrapper) { elem.parentNode.insertBefore(wrapper, elem); wrapper.appendChild(elem);