Bug Tracker

Changeset 5607

Show
Ignore:
Timestamp:
05/15/08 14:31:33 (8 months ago)
Author:
scott.gonzalez
Message:

UI Core: Removed unnecessary semicolon.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ui/ui.core.js

    r5587 r5607  
    8383        methods = (typeof methods == "string" ? methods.split(/,?\s+/) : methods); 
    8484        return ($.inArray(method, methods) != -1); 
    85     }; 
     85    } 
    8686     
    8787    var widgetPrototype = {