1
0
mirror of synced 2024-11-26 14:56:07 +03:00

Merge pull request #599 from DataDog/master

Update context from callback data on `query` call
This commit is contained in:
Igor Vaynberg 2013-02-09 23:05:12 -08:00
commit be76cd9ded

View File

@ -1309,6 +1309,7 @@ the specific language governing permissions and limitations under the Apache Lic
} }
self.positionDropdown(); self.positionDropdown();
self.resultsPage = page; self.resultsPage = page;
self.context = data.context;
})}); })});
} }
}, },