blah
authorKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 4 Apr 2013 20:31:05 +0000 (13:31 -0700)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 4 Apr 2013 20:31:05 +0000 (13:31 -0700)
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] = "";