updated to use new vehicle api
[profile/ivi/GhostCluster.git] / nobdy.js
index aa97b20..21f344c 100644 (file)
--- a/nobdy.js
+++ b/nobdy.js
@@ -1,6 +1,6 @@
 function NobdyStream(type) {
        this.type = type;
-
+       var blah;
        this.propName = type.charAt(0).toLowerCase() + type.slice(1);
 
        this[this.propName] = "";