Commit 8687ecfc200a53906bcbf0df09126452533676ab
1 parent
afb51717
removed min-height as per Hemant discussion
Showing
1 changed file
with
10 additions
and
10 deletions
400-SOURCECODE/AIAHTML5.Web/app/main/Link.js
1 | -//---------------------------------------------------------------- | |
2 | -// Link class | |
3 | -function link(modname,title, objurl, width, min_height) { | |
4 | - this.modname = modname; // Module name (modname = Module Name) | |
5 | - this.title = title; | |
6 | - this.objurl = objurl; | |
7 | - this.objstyle = { | |
8 | - "width": width, | |
9 | - "min-height": min_height | |
10 | - }; | |
1 | +//---------------------------------------------------------------- | |
2 | +// Link class | |
3 | +function link(modname,title, objurl, width, min_height) { | |
4 | + this.modname = modname; // Module name (modname = Module Name) | |
5 | + this.title = title; | |
6 | + this.objurl = objurl; | |
7 | + this.objstyle = { | |
8 | + "width": width, | |
9 | + //"min-height": min_height | |
10 | + }; | |
11 | 11 | } |
12 | 12 | \ No newline at end of file | ... | ... |