Removed whitespace

This commit is contained in:
Luis Leiva 2017-12-17 20:38:08 +01:00
parent 0cee962630
commit 80dc9732a5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
(function() {
var cache = [0], expando = 'data' + Date.now();
function data(elem) {
var cacheIndex = elem[expando],
var cacheIndex = elem[expando],
nextCacheIndex = cache.length;
if (!cacheIndex) {
cacheIndex = elem[expando] = nextCacheIndex;