﻿// Name:        AjaxControlToolkit.HTMLEditor.Popups.PopupBGIButton.debug.js
// Assembly:    AjaxControlToolkit
// Version:     3.0.30930.28736
// FileVersion: 3.0.30930.0
Type.registerNamespace("AjaxControlToolkit.HTMLEditor.Popups");

AjaxControlToolkit.HTMLEditor.Popups.PopupBGIButton = function(element) {
    AjaxControlToolkit.HTMLEditor.Popups.PopupBGIButton.initializeBase(this, [element]);
}

AjaxControlToolkit.HTMLEditor.Popups.PopupBGIButton.prototype = {
}

AjaxControlToolkit.HTMLEditor.Popups.PopupBGIButton.registerClass("AjaxControlToolkit.HTMLEditor.Popups.PopupBGIButton", AjaxControlToolkit.HTMLEditor.Popups.PopupBoxButton);


if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();