Fix lint warnings.

And name anonymous functions.
This commit is contained in:
Kalervo Kujala 2011-09-27 21:43:48 +03:00
parent a968187833
commit de408dac70
4 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@
'use strict';
getPdf('helloworld.pdf', function(data){
getPdf('helloworld.pdf', function getPdfHelloWorld(data) {
//
// Instantiate PDFDoc with PDF data
//