JamiDaemon: cleanup

Change-Id: I1715a776de558982325ff9b56c4214f6282f9e9b
diff --git a/JamiDaemon.js b/JamiDaemon.js
index 764f1a1..404915b 100755
--- a/JamiDaemon.js
+++ b/JamiDaemon.js
@@ -17,10 +17,11 @@
  *  You should have received a copy of the GNU General Public License
  *  along with this program. If not, see <https://www.gnu.org/licenses/>.
  */
+"use strict";
+
 const Account = require('./model/Account')
 const Conversation = require('./model/Conversation')
 
-"use strict";
 class JamiDaemon {
     constructor() {
         this.accounts = []