Skip to content

Commit

Permalink
[fixed] JSSDemo
Browse files Browse the repository at this point in the history
Summary: There was a typo fix sitting in my working copy that should be pushed upstream.

Reviewers: O2 Material Motion, O3 Material JavaScript platform reviewers, #material_motion

Tags: #material_motion

Differential Revision: http://codereview.cc/D3450
  • Loading branch information
appsforartists committed Jun 1, 2018
1 parent af4ed76 commit c51b4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/demos-react/src/JSSDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const getLayerClasses = ({ foreground$, background$ }) => {
).attach();

return sheet.classes;
})
}

const getLayerTranslateStreams = () => {
const {
Expand Down

0 comments on commit c51b4e5

Please sign in to comment.