Commit 7afb8ca4 authored by Abhi's avatar Abhi
Browse files

final fixes to style

parent 9f1c32de
Loading
Loading
Loading
Loading
+12 −8
Original line number Diff line number Diff line
@@ -185,6 +185,10 @@
		chunkReaderBlock( offset, chunkSize, file );
	}

	/*
        Default behavior for file upload (no chunking)	
	*/

	function parseKMLFile( file ) {
		var fileSize = prettySize( file.size );
		var reader = new FileReader();