mglib-sos2001
Advanced tools
Comparing version 1.0.74 to 1.0.75
@@ -11,3 +11,3 @@ //velocity | ||
// | ||
// Created by MGCode on: 25-01-2017 11:58:03 | ||
// Created by MGCode on: 01-02-2017 14:29:47 | ||
// -------------------------------------------------------- | ||
@@ -154,3 +154,3 @@ require("whatwg-fetch"); | ||
function ClientConfigClient() { | ||
return _super.apply(this, arguments) || this; | ||
return _super !== null && _super.apply(this, arguments) || this; | ||
} | ||
@@ -174,3 +174,3 @@ /** Get client configuration */ | ||
function TestClient() { | ||
return _super.apply(this, arguments) || this; | ||
return _super !== null && _super.apply(this, arguments) || this; | ||
} | ||
@@ -177,0 +177,0 @@ /** List of clients */ |
{ | ||
"name": "mglib-sos2001", | ||
"version": "1.0.74", | ||
"version": "1.0.75", | ||
"description": "mglib-sos2001", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,1 +0,1 @@ | ||
# mglib-sos2001 1.0.74 | ||
# mglib-sos2001 1.0.75 |
@@ -6,3 +6,3 @@ //velocity | ||
// | ||
// Created by MGCode on: 25-01-2017 11:58:03 | ||
// Created by MGCode on: 01-02-2017 14:29:47 | ||
// -------------------------------------------------------- | ||
@@ -9,0 +9,0 @@ |
36944