lint-compliance

This commit is contained in:
ansuz
2017-09-13 18:19:15 +02:00
parent 2797a77f5d
commit 4d688289cc

View File

@@ -25,7 +25,7 @@ define([
var cacheGet = function (k, cb) {
if (window.cryptpadCache) { return void window.cryptpadCache.get(k, cb); }
setTimeout(function () { cb(localStorage['LESS_CACHE|' + key + '|' + k]); })
setTimeout(function () { cb(localStorage['LESS_CACHE|' + key + '|' + k]); });
};
var cachePut = function (k, v, cb) {
if (window.cryptpadCache) { return void window.cryptpadCache.put(k, v, cb); }