Comparing version 0.1.3 to 0.1.4
@@ -42,3 +42,2 @@ var | ||
var action = function(){ | ||
console.log('in ' + route); | ||
var args = Array.prototype.slice.call(arguments); | ||
@@ -45,0 +44,0 @@ store[route].apply(store, args); |
{ | ||
"name": "fluir", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Dispatcher, router, store helper for React apps.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
78256
502