Lint free examples

This commit is contained in:
Tim Schaub
2016-01-09 16:31:58 -07:00
parent 0555bb081a
commit 8c38d22b60
64 changed files with 429 additions and 489 deletions

View File

@@ -54,7 +54,7 @@ var loaded = 0;
var exportButton = document.getElementById('export-pdf');
exportButton.addEventListener('click', function(e) {
exportButton.addEventListener('click', function() {
exportButton.disabled = true;
document.body.style.cursor = 'progress';
@@ -73,7 +73,7 @@ exportButton.addEventListener('click', function(e) {
++loading;
};
var tileLoadEnd = function(callback) {
var tileLoadEnd = function() {
++loaded;
if (loading === loaded) {
var canvas = this;