Monday, June 27, 2011

Testing prettify for blogger

Okay so this is le test:



if (this.BusyZoom) return;
if (this.ZoomLevel < 3) return;
this.ZoomDirection = "out";
//Determine which tile the coords are in
this.oTileGridCoords = this.FindTileOfCoords(xpos,ypos);
var itm = this.IMGArray[this.oTileGridCoords.rp][this.oTileGridCoords.cp];
this.PreZoomQK = itm.QK;
w("this.PreZoomQK: " + this.PreZoomQK);
this.OriginLeft = itm.Left;
this.OriginTop = itm.Top;

this.PreZoomTileX = xpos - itm.Left;
this.PreZoomTileY = ypos - itm.Top;