mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
Oops, skrewed up tests with bad file, fixed.
This commit is contained in:
parent
ec8bdad620
commit
ccb5221775
@ -1,4 +1,5 @@
|
||||
describe('All', function(){ return;
|
||||
describe('All', function(){
|
||||
return;
|
||||
var expect = global.expect = require("./expect");
|
||||
|
||||
var Gun = Gun || require('../gun');
|
||||
|
@ -1,6 +1,6 @@
|
||||
(function(){
|
||||
(function(){ return; // TODO! BUG! Causes tests to crash and burn badly.
|
||||
|
||||
var Gun = require('../index');
|
||||
var Gun = require('../gun');
|
||||
require('../lib/set');
|
||||
var gun = Gun();
|
||||
|
||||
|
@ -167,12 +167,14 @@
|
||||
</div>
|
||||
|
||||
<div id="step-5" class="step">
|
||||
<p>step 5</p>
|
||||
<textarea>
|
||||
var gun = Gun();
|
||||
<p>Replace the alert line in the submit function with the following:</p>
|
||||
<textarea style="height: 2.5em;">
|
||||
gun.set($('input').val());
|
||||
$('input').val("");
|
||||
</textarea>
|
||||
<p></p>
|
||||
<button>Go!</button>
|
||||
<textarea id="code-3" class="none" style="height: 14em"><html>
|
||||
<textarea id="code-5" class="none" style="height: 14em"><html>
|
||||
<body>
|
||||
<h2>Thoughts</h2>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user