zjsunit: Add __jquery to objects.

This makes it a bit easier to decipher issues
with assert.deepEqual() failing. And we can
use it for introspection.
This commit is contained in:
Steve Howell 2021-05-26 11:55:36 +00:00 committed by Steve Howell
parent 1ab14f8d15
commit 1c4cdf8250
1 changed files with 2 additions and 0 deletions

View File

@ -442,6 +442,8 @@ function make_new_elem(selector, opts) {
self.selector = selector;
self.__zjquery = true;
return self;
}