added missing context to an ajax call in the task bar code

This commit is contained in:
hyung-hwan 2016-12-19 13:01:38 +00:00
parent b8852b27ee
commit dd36a94619

View File

@ -244,6 +244,7 @@ var TaskbarApp = (function ()
this.project_find_ajax = $.ajax({
url: project_find_url_base + term,
dataType: "json",
context: this,
success: function(data, textStatus, jqXHR)
{
this.project_find_ajax = null;