Skip to content

Commit

Permalink
turn off Reformat !
Browse files Browse the repository at this point in the history
  • Loading branch information
Narendra Sisodiya committed Nov 9, 2015
1 parent 0576100 commit fd32a01
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
26 changes: 13 additions & 13 deletions dist/Example.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
(function webpackUniversalModuleDefinition(root, factory) {
if (typeof exports === 'object' && typeof module === 'object')
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("React"), require("ReactDOM"));
else if (typeof define === 'function' && define.amd)
else if(typeof define === 'function' && define.amd)
define(["React", "ReactDOM"], factory);
else if (typeof exports === 'object')
else if(typeof exports === 'object')
exports["Example"] = factory(require("React"), require("ReactDOM"));
else
root["Example"] = factory(root["React"], root["ReactDOM"]);
})(this, function (__WEBPACK_EXTERNAL_MODULE_1__, __WEBPACK_EXTERNAL_MODULE_2__) {
return /******/ (function (modules) { // webpackBootstrap
})(this, function(__WEBPACK_EXTERNAL_MODULE_1__, __WEBPACK_EXTERNAL_MODULE_2__) {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};

Expand Down Expand Up @@ -62,7 +62,7 @@

var _react2 = _interopRequireDefault(_react);

var _reactDom = __webpack_require__(2);
var _reactDom = __webpack_require__(2);

var _reactDom2 = _interopRequireDefault(_reactDom);

Expand Down Expand Up @@ -256,31 +256,31 @@
fontFamily: "monospace"
}, ref: 'textarea', onKeyUp: this.keyup.bind(this), placeholder: 'Copy paste JSON here', name: '', id: '',
cols: '80', rows: '10' }),
_react2.default.createElement(ReactJSONViewer, {json: this.state.userJson})
_react2.default.createElement(ReactJSONViewer, { json: this.state.userJson })
);
}
}]);

return Example;
})(_react.Component);

//export default Example;
//export default Example;

module.exports = Example;
module.exports = Example;

/***/ },
/* 1 */
/***/ function(module, exports) {

module.exports = __WEBPACK_EXTERNAL_MODULE_1__;
module.exports = __WEBPACK_EXTERNAL_MODULE_1__;

/***/ },
/* 2 */
/* 2 */
/***/ function(module, exports) {

module.exports = __WEBPACK_EXTERNAL_MODULE_2__;
module.exports = __WEBPACK_EXTERNAL_MODULE_2__;

/***/ }
/******/])
/******/ ])
});
;
26 changes: 13 additions & 13 deletions dist/ReactJSONViewer.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
(function webpackUniversalModuleDefinition(root, factory) {
if (typeof exports === 'object' && typeof module === 'object')
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("React"));
else if (typeof define === 'function' && define.amd)
else if(typeof define === 'function' && define.amd)
define(["React"], factory);
else if (typeof exports === 'object')
else if(typeof exports === 'object')
exports["ReactJSONViewer"] = factory(require("React"));
else
root["ReactJSONViewer"] = factory(root["React"]);
})(this, function (__WEBPACK_EXTERNAL_MODULE_1__) {
return /******/ (function (modules) { // webpackBootstrap
})(this, function(__WEBPACK_EXTERNAL_MODULE_1__) {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};

Expand Down Expand Up @@ -62,7 +62,7 @@

var _react2 = _interopRequireDefault(_react);

var _ValueViewer = __webpack_require__(3);
var _ValueViewer = __webpack_require__(3);

var _ValueViewer2 = _interopRequireDefault(_ValueViewer);

Expand Down Expand Up @@ -220,7 +220,7 @@
json: _react2.default.PropTypes.any.isRequired
};

JSONViewer.defaultProps = {};
JSONViewer.defaultProps = {};

JSONViewer.styles = {
td: {
Expand All @@ -237,18 +237,18 @@
fontWeight: "bold"
}
};
//export default JSONViewer;
module.exports = JSONViewer;
//export default JSONViewer;
module.exports = JSONViewer;

/***/ },
/* 1 */
/***/ function(module, exports) {

module.exports = __WEBPACK_EXTERNAL_MODULE_1__;
module.exports = __WEBPACK_EXTERNAL_MODULE_1__;

/***/ },
/* 2 */,
/* 3 */
/* 2 */,
/* 3 */
/***/ function(module, exports, __webpack_require__) {

"use strict";
Expand Down Expand Up @@ -343,6 +343,6 @@
exports.default = ValueViewer;

/***/ }
/******/])
/******/ ])
});
;

0 comments on commit fd32a01

Please sign in to comment.