mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
commit
3cff0e0a09
3
gun.js
3
gun.js
@ -1162,7 +1162,8 @@
|
|||||||
|
|
||||||
;(function(Tab){
|
;(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
|
if(!window.JSON){ throw new Error("Include JSON first: ajax.cdnjs.com/ajax/libs/json2/20110223/json2.js") } // for old IE use
|
||||||
|
|
||||||
;(function(exports){
|
;(function(exports){
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gun",
|
"name": "gun",
|
||||||
"version": "0.3.993",
|
"version": "0.3.994",
|
||||||
"description": "Graph engine",
|
"description": "Graph engine",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user