mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
commit
3cff0e0a09
5
gun.js
5
gun.js
@ -1161,8 +1161,9 @@
|
||||
|
||||
|
||||
;(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){
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gun",
|
||||
"version": "0.3.993",
|
||||
"version": "0.3.994",
|
||||
"description": "Graph engine",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user