083ee4c6 by Lorenzo Mangani Committed by GitHub

Update mem.js

1 parent d562fbbc
Showing 1 changed file with 1 additions and 1 deletions
1 (function() { 1 (function() {
2 var Gun = typeof window !== "undefined" ? window.Gun : require("gun"); 2 var Gun = typeof window !== "undefined" ? window.Gun : require("gun/gun");
3 3
4 Gun.on("opt", function(ctx) { 4 Gun.on("opt", function(ctx) {
5 this.to.next(ctx); 5 this.to.next(ctx);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!