ember-cli-photoswipe
ember-cli-photoswipe copied to clipboard
Update addon for FastBoot 1.0
This change wraps the browser specific libraries with if (typeof FastBoot === 'undefined') {...} check so that they are eval'd and run in browser but only eval'd and skipped in Node.
This prepares the addon for the upcoming FastBoot 1.0. See ember-fastboot/ember-cli-fastboot#387