Removes the un-used function call for syntaxhighlighterConfig [ci skip]

This commit is contained in:
Akshay Birajdar 2019-12-17 20:00:06 +05:30
parent bc02120392
commit 652e0aa300
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
(function() {
"use strict";
this.syntaxhighlighterConfig = { autoLinks: false };
this.wrap = function(elem, wrapper) {
elem.parentNode.insertBefore(wrapper, elem);
wrapper.appendChild(elem);