Yury Delendik
Kalervo Kujala
Adil Allawi <@ironymark>
+ Jakob Miland <saebekassebil@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
var kScrollbarPadding = 40;
var kMinScale = 0.25;
var kMaxScale = 4.0;
-
+var kImageDirectory = './images/';
var Cache = function cacheCache(size) {
var data = [];
container.className = 'annotComment';
var image = createElementWithStyle('img', item);
- image.src = './images/' + type.toLowerCase() + '.svg';
+ image.src = kImageDirectory + type.toLowerCase() + '.svg';
var content = document.createElement('div');
content.setAttribute('hidden', true);
var title = document.createElement('h1');