mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 21:46:07 +08:00
Remove unnecessary newline
This commit is contained in:
@@ -20,7 +20,6 @@ var slugify = require('slugify');
|
|||||||
|
|
||||||
var styleReferencePattern = /^[^.]+\.propTypes\.style$/;
|
var styleReferencePattern = /^[^.]+\.propTypes\.style$/;
|
||||||
|
|
||||||
|
|
||||||
var ComponentDoc = React.createClass({
|
var ComponentDoc = React.createClass({
|
||||||
renderType: function(type) {
|
renderType: function(type) {
|
||||||
if (type.name === 'enum') {
|
if (type.name === 'enum') {
|
||||||
|
|||||||
Reference in New Issue
Block a user