/dev/adei/adei-asec-setup

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

« back to all changes in this revision

Viewing changes to js/export.js

  • Committer: Artur Reymers
  • Date: 2014-07-26 19:21:51 UTC
  • Revision ID: remoart@gmail.com-20140726192151-4dr2sijp40wccibw
Add: Links to wiki pages and files

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    this.font_size = 16;
10
10
    this.axis_weight_size = 3;
11
11
    this.axis_tick_size = 10;
12
 
    this.show_marks = false;
 
12
    this.show_marks = 1;
13
13
}
14
14
 
15
15
function EXPORT(format_sel_id, resample_sel_id, mask_sel_id, window_sel_id) {