Skip to content

Commit 81d5626

Browse files
committed
Merge pull request #45 from wmde/noCloning1
Do not clone during Group.equals
2 parents 2fa3b2f + 5d10794 commit 81d5626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Group.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ $.extend( SELF.prototype, {
162162
return group === this
163163
|| group instanceof SELF
164164
&& this._key === group.getKey()
165-
&& this._groupableCollection.equals( group.getItemContainer() );
165+
&& this._groupableCollection.equals( group._groupableCollection );
166166
}
167167

168168
} );

0 commit comments

Comments
 (0)