Comparing version 0.1.6 to 0.1.7
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports.default = exports.ClientRoute = exports.global = exports.ReForm = exports.ReLink = exports.AjaxPage = exports.dispatch = exports.pageStore = exports.ReshowComponent = exports.reshow = exports.Dispatcher = exports.ReduceStore = undefined; | ||
exports.default = exports.Section = exports.ClientRoute = exports.global = exports.ReForm = exports.ReLink = exports.AjaxPage = exports.dispatch = exports.pageStore = exports.ReshowComponent = exports.reshow = exports.Dispatcher = exports.ReduceStore = undefined; | ||
@@ -89,2 +89,6 @@ var _reduceFlux = require('reduce-flux'); | ||
var _Section2 = require('../ui/organisms/Section'); | ||
var _Section3 = _interopRequireDefault(_Section2); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -98,3 +102,4 @@ | ||
exports.ClientRoute = _ClientRoute3.default; | ||
exports.Section = _Section3.default; | ||
// Default |
@@ -11,4 +11,2 @@ 'use strict'; | ||
var _immutable2 = _interopRequireDefault(_immutable); | ||
var _reduceFlux = require('reduce-flux'); | ||
@@ -42,4 +40,6 @@ | ||
return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref = PageStore.__proto__ || Object.getPrototypeOf(PageStore)).call.apply(_ref, [this].concat(args))), _this), _this.getMap = function (k) { | ||
var state = _this.getState(); | ||
return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref = PageStore.__proto__ || Object.getPrototypeOf(PageStore)).call.apply(_ref, [this].concat(args))), _this), _this.getMap = function (k, state) { | ||
if (!state) { | ||
state = _this.getState(); | ||
} | ||
var v = state.get(k); | ||
@@ -59,3 +59,3 @@ if (v && v.toJS) { | ||
value: function getInitialState() { | ||
return _immutable2.default.Map(); | ||
return (0, _immutable.Map)(); | ||
} | ||
@@ -62,0 +62,0 @@ }, { |
{ | ||
"name": "reshow", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Flux Reducer Present Library", | ||
@@ -5,0 +5,0 @@ "main": "./build/src/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21624
9
406