FileManager: closure-compile exif_parser.js
The ExifParser constructor was missing a comment causing the compiler to ignore all the other annotations. Closure didn't complain about the constructor itself missing a comment because it's never invoked as a constructor by name. It's passed as a factory to registerParserClass(). Bug: 860355 Change-Id: I12bf8bf1c0b3ac9c5b4825e22a58558121258fa9 Reviewed-on: https://chromium-review.googlesource.com/1160061Reviewed-by:Noel Gordon <noel@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#580403}
Showing
Please register or sign in to comment