Fixing various undefined references

This commit is contained in:
sean kenny
2014-08-05 16:10:39 +01:00
parent 6560d4717f
commit 0286fcb3af
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -88,10 +88,10 @@ function ResourceManager(options) {
var startParam = options.startParam;
var endParam = options.endParam;
if (startParam) {
data[startParam] = Math.round(+currentView.visStart / 1000);
data[startParam] = Math.round(+currentView.intervalStart / 1000);
}
if (endParam) {
data[endParam] = Math.round(+currentView.visEnd / 1000);
data[endParam] = Math.round(+currentView.intervalEnd / 1000);
}
}
$.ajax($.extend({}, ajaxDefaults, source, {