FILE attachment shows full script
This code sample is based on the Wab Dev Edition 2.7 print widget, specifically the print.js file.
I'm attempting to add custom queries inside the existing print.js code. The print: function() is a method on the
var PrintDijit = declare([_WidgetBase, _TemplatedMixin, _WidgetsInTemplateMixin], {
declaration from a dojo AMD style class. See attached file for full print.js code.
I'm using the debug tools in a Chrome browser, and when attempting to execute queryTask.execute(query, resultsFunction);
the execute request skips the call back function call to resultsFunction and simply steps over the call back function,