﻿Type.registerNamespace("GIRO.Hastinfo.Web");

GIRO.Hastinfo.Web.LocationControl = function(element) 
   {
   GIRO.Hastinfo.Web.LocationControl.initializeBase(this, [element]);
   }

GIRO.Hastinfo.Web.LocationControl.prototype = 
   {
   initialize : function() 
      {
      GIRO.Hastinfo.Web.LocationControl.callBaseMethod(this, "initialize");
      },   
   dispose : function() 
      {
      GIRO.Hastinfo.Web.LocationControl.callBaseMethod(this, "dispose");
      }
   }
   
GIRO.Hastinfo.Web.LocationControl.registerClass("GIRO.Hastinfo.Web.LocationControl", Sys.UI.Control);


if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();