Added TODO marker for #589

This commit is contained in:
Ian Gilman 2015-02-09 09:24:43 -08:00
parent 76e99a246f
commit 0e67b9c204

View File

@ -491,6 +491,7 @@
); );
// now use a ref point // now use a ref point
// TODO: check the ending position due to ref point
viewport.zoomBy(testZoomLevels[i], testPoints[i], true); viewport.zoomBy(testZoomLevels[i], testPoints[i], true);
viewport.update(); viewport.update();
propEqual( propEqual(
@ -521,6 +522,7 @@
); );
// now use a ref point // now use a ref point
// TODO: check the ending position due to ref point
viewport.zoomTo(testZoomLevels[i], testPoints[i], true); viewport.zoomTo(testZoomLevels[i], testPoints[i], true);
viewport.update(); // need to call this even with immediately=true viewport.update(); // need to call this even with immediately=true
propEqual( propEqual(