Skip to content
Snippets Groups Projects
Unverified Commit b327f474 authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

Fix eslint errors

parent 0cd0dddc
No related branches found
No related tags found
No related merge requests found
/* eslint-disable */
/* globals ansispan:true */ /* globals ansispan:true */
/* eslint-disable no-octal */
ansispan = function(str) { ansispan = function(str) {
str = str.replace(/>/g, '>'); str = str.replace(/>/g, '>');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment