Changeset 13622 for trunk/FACT++


Ignore:
Timestamp:
05/09/12 16:22:27 (12 years ago)
Author:
tbretz
Message:
Fixeda few 'compiler' warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/index.js

    r13620 r13622  
    189189function onload()
    190190{
     191    var xmlHttp = null;
     192   
    191193    try { xmlHttp = new XMLHttpRequest(); }
    192194    catch(e)
     
    750752
    751753var timeoutText = null;
     754var timeoutGraphics = null;
    752755
    753756function refresh_text()
     
    10401043function position(s, ring, i)
    10411044{
     1045    this.x = 0;
     1046    this.y = 0;
     1047
    10421048    switch (s)
    10431049    {
Note: See TracChangeset for help on using the changeset viewer.