remove commented-out code

pull/210/head
Lex Neva 2018-06-19 20:40:09 -04:00
rodzic bb6b05bc00
commit e1f6ecce63
1 zmienionych plików z 0 dodań i 16 usunięć

Wyświetl plik

@ -200,22 +200,6 @@ $(function() {
});
});
// $.getJSON('/realistic', function(realistic_data) {
// realistic_rendering is global
/*
$.each(realistic_data, function(name, xml) {
var image = new Image();
console.log("doing " + name);
image.onload = function() {
console.log("setting " + name + " = " + image);
realistic_rendering[name] = image;
}
image.src = 'data:image/svg+xml,' + xml;
})
*/
// realistic_rendering = realistic_data;
// });
// wait until page size is set (if they've specified one) and then scale SVGs to fit
setTimeout(function() { scaleAllSvg() }, 500);
});