Skip to content
This repository was archived by the owner on Apr 2, 2019. It is now read-only.

Commit f122a92

Browse files
committed
Merge branch 'gh-pages'
2 parents 719a944 + b415614 commit f122a92

507 files changed

Lines changed: 26383 additions & 110 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
api
21
lib/*.min.*
3-
test/coverage
42
bower_components
53
.grunt
64
node_modules

CONTRIBUTORS

Lines changed: 38 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,44 @@
1-
Jimmy Yuen Ho Wong <wyuenho@gmail.com>
1+
Akash A <akash1810@gmail.com>
2+
Anthony Wu <wu@learnsprout.com>
3+
Artem Ignatyev <aignatyev@walmartlabs.com>
4+
Bruno Carriere <neonskimmer@gmail.com>
5+
Bryce Gibson <Bryce.Gibson@unico.com.au>
6+
Chris Clayman <claymanchris@gmail.com>
7+
Dan Davison <dan@counsyl.com>
8+
Daniel <Pleochism@users.noreply.github.com>
9+
David Burrows <david@imergent.com>
10+
David Rouchy <drouchy@gmail.com>
211
El Jeffo <mirage@x2o.net>
12+
Erik Evenson <erik.e.evenson@gmail.com>
313
Gabriel Bédard Sicé <bedardenator@gmail.com>
14+
Ian Lim <mallim.ink@gmail.com>
15+
Ivan Zuev <izuev@thumbtack.net>
16+
Ivor <ivor@fmf.nl>
17+
Jacob <jacobcase94@ksu.edu>
18+
Jimmy Yuen Ho Wong <jwong@cloudflare.com>
19+
Joe <mavenlink@colt.local>
20+
John Moses <moses.john.r@gmail.com>
21+
Kevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
22+
Les Orchard <me@lmorchard.com>
23+
Marc Neuwirth <mneuwirth@hubspot.com>
24+
Mark Otaris <Mark.Otaris@gmail.com>
425
Maurice Williams <morficus@gmail.com>
5-
Jimmy Yuen Ho Wong <jimmyw@outblaze.com>
26+
Ned Schwartz <ned@theinterned.net>
27+
Nikita Shilnikov <ns@latera.ru>
28+
Paolo Ardoino <paolo.ardoino@gmail.com>
29+
Pekka Turtola <pekka.turtola@gmail.com>
30+
Ryan Griffith <rgriffith@averik.com>
31+
Steve Kashishian <steve@studiosanderson.com>
32+
Steve Regester <steven.regester@lookout.com>
33+
Steve Smith <steve@appdetex.com>
634
Tim Walker <tim.twalker@gmail.com>
7-
Dan Davison <dan@counsyl.com>
8-
Bruno Carriere <bcarriere@acquisio.com>
9-
David Rouchy <drouchy@gmail.com>
10-
Bruno Carriere <neonskimmer@gmail.com>
35+
Timon Vonk <timonv@gmail.com>
36+
Tony Stuck <tony@cloudflare.com>
1137
adamscybot <adam@adam-thomas.co.uk>
12-
Steve Regester <steven.regester@lookout.com>
13-
Pekka Turtola <pekka.turtola@gmail.com>
14-
Ivor <ivor@fmf.nl>
15-
pctj101 <mirage@rateaprof.com>
38+
brendonbeebe <brendon.beebe@gmail.com>
39+
christine <christine_draper@thirdwaveinsights.com>
1640
eduardo <eduardo@platypus>
17-
Tony Stuck <tony@cloudflare.com>
18-
Steve Kashishian <steve@studiosanderson.com>
19-
Pekka Turtola <pekka.turtola.ext@yap.fi>
20-
Paolo Ardoino <paolo.ardoino@gmail.com>
21-
Nikita Shilnikov <ns@latera.ru>
22-
Mark Otaris <Mark.Otaris@gmail.com>
23-
Les Orchard <me@lmorchard.com>
24-
John Moses <moses.john.r@gmail.com>
25-
Ian Lim <mallim.ink@gmail.com>
26-
David Burrows <david@imergent.com>
27-
Anthony Wu <wu@learnsprout.com>
28-
Marc Neuwirth <marc.neuwirth@gmail.com>
41+
izuev <izuev@thumbtack.net>
42+
kimkaid <franckdiedrich@gmail.com>
43+
pctj101 <mirage@rateaprof.com>
44+
uglymunky <gabriel@uglymunky.com>

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
backgrid
3-
http://github.com/wyuenho/backgrid
3+
http://github.com/cloudflare/backgrid
44
5-
Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
5+
Copyright (c) 2013-present Cloudflare, Inc. and contributors
66
Licensed under the MIT license.
77
*/
88

LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012 Jimmy Yuen Ho Wong
1+
Copyright (c) 2012-present Cloudflare, Inc.
22

33
Permission is hereby granted, free of charge, to any person
44
obtaining a copy of this software and associated documentation

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Backgrid.js
22

3-
[![Build Status](https://travis-ci.org/wyuenho/backgrid.png?branch=master)](https://travis-ci.org/wyuenho/backgrid)
3+
[![Build Status](https://travis-ci.org/cloudflare/backgrid.png?branch=master)](https://travis-ci.org/cloudflare/backgrid)
44

55
Backgrid.js is a set of components for building semantic and easily stylable
66
data grid widgets. It offers a simple, intuitive programming interface that
@@ -22,7 +22,7 @@ functionalities easy.
2222
- Highly modular and customizable. Components are just simple Backbone View classes, customization is easy if you already know Backbone.
2323
- Lightweight. Extra features are separated into extensions, which keeps the bloat away.
2424
- Good documentation.
25-
- Well tested. Comes with [100s of test cases](http://wyuenho.github.io/backgrid/test/).
25+
- Well tested. Comes with [100s of test cases](http://cloudflare.github.io/backgrid/test/).
2626

2727
## Supported browsers [[1]](#note-1):
2828

@@ -105,5 +105,5 @@ Are you kidding me? This is a README file. Go to the [documentation](http://back
105105
"Backbone.js Documentation") to find out more :)
106106

107107
## License
108-
Copyright (c) 2013 Jimmy Yuen Ho Wong
108+
Copyright (c) 2013-present Cloudflare, Inc.
109109
Licensed under the [MIT license](LICENSE-MIT "MIT License").

api/app-2a09dc1c9acadab58e390b770a9565d0.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)