Skip to content
Snippets Groups Projects
Commit 18698074 authored by Olga Nakonechna's avatar Olga Nakonechna
Browse files

Merge remote-tracking branch 'remotes/origin/MAGETWO-39772' into PR

parents ddb8ade4 d9b54e88
Branches
No related merge requests found
......@@ -70,6 +70,10 @@ define([
has: function (elems) {
var data = this.data;
if (elems.length === 0) {
return false;
}
return elems.every(function (elem) {
return data.has(elem);
});
......
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