Changes between Version 1 and Version 2 of Ticket #15293
- Timestamp:
- May 6, 2018, 12:58:36 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15293 – Description
v1 v2 1 1 If I do: 2 2 3 {{{#!javascript 3 4 $('#unexisting_dialog').dialog('isOpen') 5 }}} 4 6 5 7 it silently returns an r.fn.init Object, which evaluates to true, without any error in the console.