diff --git a/src/uxbox/util/matrix.cljs b/src/uxbox/util/matrix.cljs index be9a0f53f..b9c4157ef 100644 --- a/src/uxbox/util/matrix.cljs +++ b/src/uxbox/util/matrix.cljs @@ -26,9 +26,7 @@ of elements of the collection." [coll] {:pre [(coll? coll) - (coll? (first coll)) - (= (count coll) - (count (first coll)))]} + (coll? (first coll))]} (Matrix. (clj->js coll))) (defn multiply