mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
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:
committed by
Steve Howell
parent
1ab14f8d15
commit
1c4cdf8250
@@ -442,6 +442,8 @@ function make_new_elem(selector, opts) {
|
||||
|
||||
self.selector = selector;
|
||||
|
||||
self.__zjquery = true;
|
||||
|
||||
return self;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user