1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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);