Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c532bd1

Browse files
committedJan 14, 2015
0.13.2
1 parent 0eb2bfa commit c532bd1

Some content is hidden

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

42 files changed

+96
-66
lines changed
 

‎Accordion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var React = require('react');
22
var PanelGroup = require('./PanelGroup');
33

4-
var Accordion = React.createClass({displayName: 'Accordion',
4+
var Accordion = React.createClass({displayName: "Accordion",
55
render: function () {
66
return (
77
React.createElement(PanelGroup, React.__spread({}, this.props, {accordion: true}),

‎Affix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var joinClasses = require('./utils/joinClasses');
33
var AffixMixin = require('./AffixMixin');
44
var domUtils = require('./utils/domUtils');
55

6-
var Affix = React.createClass({displayName: 'Affix',
6+
var Affix = React.createClass({displayName: "Affix",
77
statics: {
88
domUtils: domUtils
99
},

0 commit comments

Comments
 (0)
This repository has been archived.