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:
parent
bc02120392
commit
652e0aa300
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
(function() {
|
||||
"use strict";
|
||||
|
||||
this.syntaxhighlighterConfig = { autoLinks: false };
|
||||
|
||||
this.wrap = function(elem, wrapper) {
|
||||
elem.parentNode.insertBefore(wrapper, elem);
|
||||
wrapper.appendChild(elem);
|
||||
|
|
Loading…
Reference in a new issue