/openshift/adei

To get this branch, use:
bzr branch http://darksoft.org/webbzr/openshift/adei

« back to all changes in this revision

Viewing changes to js/module.js

  • Committer: Suren A. Chilingaryan
  • Date: 2011-01-26 02:48:39 UTC
  • mto: This revision was merged to the branch mainline in revision 212.
  • Revision ID: csa@dside.dyndns.org-20110126024839-nv6qp2ie9stmd2dn
Support of Appled devices by Toni Pirhonen

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    return null;
55
55
}
56
56
 
57
 
/*
58
 
MODULE.prototype.SetCurrent = function(module) {
59
 
    with (this) {
60
 
        if (module.length > 0) {
61
 
            current_module = module;
62
 
            UpdateGeometry();    
63
 
        } else current_module = null;
64
 
    }
65
 
}
66
 
*/
67
 
 
68
57
MODULE.prototype.Open = function(mod) {
69
58
    var prefix;
70
59