From 6f6de02480525016154fa1e2b4742774caadeeff Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <me@adhisimon.org>
Date: Tue, 22 Nov 2016 10:37:34 +0700
Subject: [PATCH] hapus this dari config

---
 matrix-util.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matrix-util.js b/matrix-util.js
index e6f3d19..2357b5d 100644
--- a/matrix-util.js
+++ b/matrix-util.js
@@ -46,7 +46,7 @@ function MatrixUtil(options) {
     }
 
     config = options.config;
-    if (!this.config) {
+    if (!config) {
         console.trace("Config not set");
         process.exit(1);
     };
-- 
1.9.0