Merge pull request #230 from amark/develop

Develop
This commit is contained in:
Mark Nadal 2016-10-07 15:29:55 -06:00 committed by GitHub
commit 3cff0e0a09
2 changed files with 4 additions and 3 deletions

3
gun.js
View File

@ -1162,7 +1162,8 @@
;(function(Tab){
if(!this.Gun){ return }
if(typeof window === "undefined"){ return; }
if(!window.Gun){ return }
if(!window.JSON){ throw new Error("Include JSON first: ajax.cdnjs.com/ajax/libs/json2/20110223/json2.js") } // for old IE use
;(function(exports){

View File

@ -1,6 +1,6 @@
{
"name": "gun",
"version": "0.3.993",
"version": "0.3.994",
"description": "Graph engine",
"main": "index.js",
"scripts": {