From 84ab59342f333bc33a992ec5ca37d8716295a536 Mon Sep 17 00:00:00 2001 From: Alexey Osipenko Date: Wed, 28 Dec 2011 11:38:03 +0200 Subject: Trailing spaces --- examples/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'examples/index.html') diff --git a/examples/index.html b/examples/index.html index cd622a4f..c46516fc 100644 --- a/examples/index.html +++ b/examples/index.html @@ -34,17 +34,17 @@ } $(document).ready(function(e){ - + var card = Faker.Helpers.createCard(); $('#output').html(prettyPrint(card)); - + $('#generate').click(function(){ var card = Faker.Helpers.createCard(); $('#output').html(prettyPrint(card)); }); - + $('#generateSet').click(function(){ - + setTimeout(function(){ var cards = []; for(var i = 0; i < $('#cardCount').val(); i++){ @@ -55,14 +55,14 @@ }, 10); }); - + });

Faker.js - generate massive amounts of fake data in Node.js and the browser

- Fork me on GitHub + Fork me on GitHub card count :

-- cgit v1.2.3