check false on the right variable
This commit is contained in:
		
							parent
							
								
									7b459f1f87
								
							
						
					
					
						commit
						b2fdf0aba2
					
				@ -52,7 +52,7 @@
 | 
				
			|||||||
    // complicated to figure it out
 | 
					    // complicated to figure it out
 | 
				
			||||||
    this._namespace = delim;
 | 
					    this._namespace = delim;
 | 
				
			||||||
    this._namespace += (namespace || 'jss');
 | 
					    this._namespace += (namespace || 'jss');
 | 
				
			||||||
    if (false === this._namespace) {
 | 
					    if (false === namespace) {
 | 
				
			||||||
      this._namespace = '';
 | 
					      this._namespace = '';
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -3,7 +3,7 @@
 | 
				
			|||||||
  "name": "json-storage",
 | 
					  "name": "json-storage",
 | 
				
			||||||
  "description": "A wrapper for storage engines which use the W3C Storage API",
 | 
					  "description": "A wrapper for storage engines which use the W3C Storage API",
 | 
				
			||||||
  "keywords": ["dom", "storage", "json", "w3c", "localStorage", "sessionStorage", "globalStorage", "Storage"],
 | 
					  "keywords": ["dom", "storage", "json", "w3c", "localStorage", "sessionStorage", "globalStorage", "Storage"],
 | 
				
			||||||
  "version": "2.1.0",
 | 
					  "version": "2.1.1",
 | 
				
			||||||
  "repository": {
 | 
					  "repository": {
 | 
				
			||||||
    "type": "git",
 | 
					    "type": "git",
 | 
				
			||||||
    "url": "git://github.com/coolaj86/json-storage-js.git"
 | 
					    "url": "git://github.com/coolaj86/json-storage-js.git"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user