Commit a890f113 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix type check

parent 01dea326
......@@ -1957,6 +1957,9 @@
withoutFadeIn[id] = (type === __data_types[id]);
__data_types[id] = type;
});
if (!targetIds) {
__data_type = type;
}
}
function hasType(targets, type) {
var has = false;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment