/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 setups/katrin/js/xmlmodule/katrindata.js

  • Committer: Suren A. Chilingaryan
  • Date: 2012-02-07 22:44:15 UTC
  • Revision ID: csa@dside.dyndns.org-20120207224415-sy360wa1ammhd1ph
Use localization subsystem, updated Katrin configs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
function KATRINDATA(div) {
2
 
    KATRINDATA.superclass.call(this, div);
 
2
    KATRINDATA.superclass.call(this, div, "runs", "runs");
3
3
}
4
4
 
5
5
classExtend(KATRINDATA, EVENTDATA);