jaketmp / ePub-quicklook

NOTE: Not working in Mojave and later! ePub quicklook and spotlight plugins for Mac OS X.
BSD 3-Clause "New" or "Revised" License
570 stars 58 forks source link

Minor code improvements #30

Closed chrisridd closed 12 years ago

chrisridd commented 12 years ago

There's no real need to handle the case of 0 elements (from the xpath query) separately. The fast enumeration will just not fill anything in.

The languages method is corrected to return an NSArray.

The tests still run OK.