fairmont-helpers
Advanced tools
Comparing version 1.0.0-beta-20 to 1.0.0-beta-21
@@ -17,4 +17,6 @@ // Generated by CoffeeScript 1.9.3 | ||
push = curry(function(ax, a) { | ||
ax.push(a); | ||
push = curry(function() { | ||
var a, ax; | ||
ax = arguments[0], a = 2 <= arguments.length ? slice1.call(arguments, 1) : []; | ||
ax.push.apply(ax, a); | ||
return ax; | ||
@@ -21,0 +23,0 @@ }); |
// Generated by CoffeeScript 1.9.3 | ||
(function() { | ||
var bind, clone, curry, deepEqual, delegate, detach, extend, fromJSON, has, include, isObject, keys, merge, negate, omit, pairs, pick, properties, property, query, ref, toJSON, values, | ||
var bind, clone, curry, deepEqual, delegate, detach, extend, fromJSON, has, include, isFunction, isObject, keys, merge, negate, omit, pairs, pick, properties, property, query, ref, ref1, toJSON, values, | ||
slice = [].slice; | ||
@@ -8,3 +8,3 @@ | ||
isObject = require("./type").isObject; | ||
ref1 = require("./type"), isObject = ref1.isObject, isFunction = ref1.isFunction; | ||
@@ -80,3 +80,3 @@ deepEqual = require("./util").deepEqual; | ||
value = to[name]; | ||
if ((type(value)) === "function") { | ||
if (isFunction(value)) { | ||
results.push((function(value) { | ||
@@ -83,0 +83,0 @@ return from[name] = function() { |
{ | ||
"name": "fairmont-helpers", | ||
"version": "1.0.0-beta-20", | ||
"version": "1.0.0-beta-21", | ||
"description": "True functional reactive programming for JavaScript.", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
29310
21
682