mirror of https://github.com/luileito/jsketch.git
Removed whitespace
This commit is contained in:
parent
0cee962630
commit
80dc9732a5
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue