react-redux-mvc
Advanced tools
Comparing version
@@ -137,2 +137,3 @@ 'use strict';exports.__esModule = true;exports.default = undefined;var _promise = require('babel-runtime/core-js/promise');var _promise2 = _interopRequireDefault(_promise);var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck');var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);var _class, _temp;var _react = require('react'); | ||
Controller.prototype.dispatch = function () {}; | ||
Controller.prototype.getGlobalState = function () {};module.exports = exports['default']; | ||
Controller.prototype.getGlobalState = function () {}; | ||
Controller.prototype.componentWillReceiveProps = function () {};module.exports = exports['default']; |
{ | ||
"name": "react-redux-mvc", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Implementation of MVC pattern based on React-Redux bunch", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -137,2 +137,3 @@ import {PropTypes} from 'react'; | ||
Controller.prototype.dispatch = function () {}; | ||
Controller.prototype.getGlobalState = function () {}; | ||
Controller.prototype.getGlobalState = function () {}; | ||
Controller.prototype.componentWillReceiveProps = function () {}; |
2335393
0.01%25780
0.01%