From 7b18252e7e16850a66a114cb5ec32cd3bac4eba5 Mon Sep 17 00:00:00 2001 From: Alex Navasardyan Date: Sun, 7 Aug 2016 16:58:05 -0700 Subject: [PATCH] Removes redundant check --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 12f0038..a19ffcf 100644 --- a/lib/index.js +++ b/lib/index.js @@ -14,7 +14,7 @@ module.exports = { // Stop-gap measure to support another addon // consuming this addon. https://github.com/ef4/ember-browserify/issues/29 - if (typeof app.import !== 'function' && app.app) { + if (app.app) { app = app.app; }