Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit ade0808

Browse files
committed
import lodash functions individually to cut down on size. version 0.0.8
1 parent 604ab2a commit ade0808

19 files changed

+7758
-32750
lines changed

build/react-dat-gui.js

Lines changed: 3555 additions & 16098 deletions
Large diffs are not rendered by default.

build/react-dat-gui.min.js

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/react-dat.gui.min.js.map

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

example-es6/build/app.js

Lines changed: 4057 additions & 16559 deletions
Large diffs are not rendered by default.

example-es6/build/app.js.map

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

example-es6/src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ class App extends React.Component {
1010
super(props, context);
1111
this.handleUpdate = this.handleUpdate.bind(this);
1212
this.handleClick = this.handleClick.bind(this);
13-
this.state ={
13+
this.state = {
1414
flashCounter: 0,
1515
data: {
1616
string: 'Hello World',
1717
number: 66,
1818
boolean: false,
1919
},
20-
}
20+
};
2121
}
2222

2323
handleUpdate(data) {

lib/Dat.js

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Dat.js.map

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

lib/components/DatBoolean.js

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/components/DatBoolean.js.map

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

0 commit comments

Comments
 (0)