Explorar o código

undefined check

Ivan Asmer %!s(int64=8) %!d(string=hai) anos
pai
achega
449c4061fd
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      static/nb.js

+ 3 - 0
static/nb.js

@@ -74,6 +74,9 @@ function nbInit(a,b){
     }
 
     function recursiveObjectSet(item, value){
+        if (typeof item === 'undefined'){
+            return;
+        }
         for (var key in value){
             if (typeof value[key] !== 'object'){
                 item[key] = value[key];