From 257ca6edffc3567df811b9a8d31ac48f6414c40f Mon Sep 17 00:00:00 2001
From: Matthew Dillon <mrdillon@alaska.edu>
Date: Mon, 2 Nov 2015 13:22:56 -0700
Subject: [PATCH] Explicit parameters

---
 app/pods/protected/species/index/species-table/component.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/pods/protected/species/index/species-table/component.js b/app/pods/protected/species/index/species-table/component.js
index af6e952..fea0c08 100644
--- a/app/pods/protected/species/index/species-table/component.js
+++ b/app/pods/protected/species/index/species-table/component.js
@@ -6,6 +6,7 @@ export default Component.extend({
   currentUser: service('session-account'),
 
   metaData: null,
+  species: null,
 
   setupMetaDataOnInit: Ember.on('init', function() {
     this.get('currentUser.account').then((user) => {