Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Fixes bug 1005331 jshint fixes for shared/js/media r=djf #27089

Closed
wants to merge 1 commit into from

Conversation

sudheesh001
Copy link
Contributor

No description provided.

@try-server-hook
Copy link

sudheesh001 Sudheesh Singanamalla (sudheesh001) started tests. Results

@@ -94,6 +95,7 @@ function parseJPEGMetadata(file, metadataCallback, metadataError) {

case 0xE1: // APP1 segment. Probably holds EXIF metadata
parseAPP1(data);
break;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can't add a break here. The comment that follows this line indicates that this is an intentional fallthough to the default case. I suppose you might have to add a comment that turns of jshint warnings on this line. I'm not sure what that comment is.

@try-server-hook
Copy link

sudheesh001 Sudheesh Singanamalla (sudheesh001) started tests. Results

@try-server-hook
Copy link

sudheesh001 Sudheesh Singanamalla (sudheesh001) started tests. Results

@sudheesh001 sudheesh001 deleted the Patch_1005331 branch January 16, 2015 04:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
4 participants