@cicada/render
Advanced tools
Comparing version 1.1.22-alpha13 to 1.1.22-alpha14
@@ -151,2 +151,3 @@ 'use strict'; | ||
remove: function remove(key, item) { | ||
if (map[key] === undefined) return; | ||
map[key] = map[key].filter(function (i) { | ||
@@ -153,0 +154,0 @@ return typeof item === 'function' ? item(i) : i !== item; |
{ | ||
"name": "@cicada/render", | ||
"version": "1.1.22-alpha13", | ||
"version": "1.1.22-alpha14", | ||
"main": "./lib/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
428959
76
10421
3