/dev/adei-asec

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/adei-asec

« back to all changes in this revision

Viewing changes to js/adei.js

  • Committer: Suren A. Chilingaryan
  • Date: 2010-08-04 06:30:21 UTC
  • Revision ID: csa@dside.dyndns.org-20100804063021-shdx01q2pg5r3a1k
Initial commit of gestures support for iDevices by Toni Pirhonen, Fix IE support broken by revision r196

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    this.data_aggregator = null;
39
39
    this.graph = null;
40
40
    
 
41
    this.superpopup_geometry_node = null;
 
42
    
41
43
    this.extra_cropper_buttons = new Array();
42
44
    
43
45
    this.options = null;
178
180
}
179
181
 
180
182
ADEI.prototype.RegisterSuperPopup = function(popup, geometry_node) {
 
183
    this.superpopup_geometry_node = document.getElementById(geometry_node);
181
184
    if (this.popup) {
182
185
        this.popup.TryFixedSizeMode(this.sidebar_node, popup, geometry_node);
183
186
    }