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

Commit

Permalink
fix(Makefile): identify.js included twice (#1691)
Browse files Browse the repository at this point in the history
This does not appear to cause any issues, but it does inflate the size of all built JS files a bit.
  • Loading branch information
guzart authored and rnicholus committed Dec 11, 2016
1 parent 2202d3f commit 4b6809e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ core-files = \
$(js-src-dir)/image-support/image.js \
$(js-src-dir)/image-support/exif.js \
$(js-src-dir)/identify.js \
$(js-src-dir)/identify.js \
$(js-src-dir)/image-support/validation.image.js \
$(js-src-dir)/session.js \
$(js-src-dir)/session.ajax.requester.js \
Expand Down

0 comments on commit 4b6809e

Please sign in to comment.