Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Raathigesh committed Aug 14, 2016
1 parent c76cc43 commit b6b949a
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions dist/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -28416,17 +28416,12 @@
{ className: 'item' },
_react2.default.createElement(
'div',
{ className: 'ui labeled button', onClick: this.openAtmoUrl },
{ className: 'ui small icon' },
_react2.default.createElement(
'div',
{ className: 'ui blue button' },
_react2.default.createElement('i', { className: 'github icon' }),
' Star'
),
this.props.stars > 0 && _react2.default.createElement(
'a',
{ className: 'ui basic blue left pointing label' },
this.props.stars
{ className: 'ui icon blue inverted button', onClick: this.openAtmoUrl },
_react2.default.createElement('i', { className: 'github icon' }),
' Github'
)
)
),
Expand Down Expand Up @@ -42367,6 +42362,8 @@
mode = 'html';
} else if (contentType === 'XML') {
mode = 'xml';
} else if (contentType === 'JavaScript') {
mode = 'javascript';
}

return mode;
Expand Down Expand Up @@ -74801,7 +74798,7 @@

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var responseTypse = [new _ContentType2.default('JSON', 'application/json'), new _ContentType2.default('Html', 'text/html'), new _ContentType2.default('Text', 'text/plain'), new _ContentType2.default('XML', 'application/xml'), new _ContentType2.default('none', '')];
var responseTypse = [new _ContentType2.default('JSON', 'application/json'), new _ContentType2.default('Html', 'text/html'), new _ContentType2.default('Text', 'text/plain'), new _ContentType2.default('XML', 'application/xml'), new _ContentType2.default('JavaScript', 'javascript'), new _ContentType2.default('none', '')];

exports.default = responseTypse;

Expand Down

0 comments on commit b6b949a

Please sign in to comment.