Changeset 1482

Show
Ignore:
Timestamp:
12/07/07 15:53:12 (9 months ago)
Author:
jose
Message:

typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • phoneyc/trunk/modules/jscript/VLC.js

    r1480 r1482  
    1010        this.setVariable=function(arg0, arg1) { 
    1111                if ((arg0.length > 255) || (arg1.length > 255)) { 
    12                         add_alert("VLC setVariable() overflow"): 
     12                        add_alert("VLC setVariable() overflow"); 
    1313                } 
    1414        } 
    1515        this.addTarget=function(arg0, arg1, arg2, arg3) { 
    1616                if ((arg0.length > 255) || (arg1.length > 255) || (arg2.length > 255) || (arg3.length > 255)) { 
    17                         add_alert("VLC addTarget() overflow"): 
     17                        add_alert("VLC addTarget() overflow"); 
    1818                } 
    1919        }