Changes

Jump to navigation Jump to search
m
no edit summary
Line 1: Line 1: −
    // License: GPL
+
 
    //  
+
// License: GPL
  function wbContainer( universe, location ) {
+
// Wikibase Processor
 +
 
 +
function wbContainer( universe, location ) {
    
this.main = interjson( checkdive( universe, location ));
 
this.main = interjson( checkdive( universe, location ));
Line 7: Line 9:  
 
 
this.checkentity = function ( paths ) {
 
this.checkentity = function ( paths ) {
if ( ( the != undefined ) && ( paths != undefined ) ){
+
if ( ( the !== undefined ) && ( paths !== undefined ) ){
 
return proceed( the, paths );
 
return proceed( the, paths );
 
}
 
}
530

edits

Navigation menu