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

Fix eslint errors

parent 6fca2971
No related merge requests found
/* globals localforage */
import localforage from 'localforage';
class CachedCollectionManager {
......
/* globals ansispan:true */
/* eslint-disable no-octal */
ansispan = function(str) {
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