Ignore:
Timestamp:
12/30/10 15:02:10 (2 years ago)
Author:
zach
Message:
  • Logo works in all modes
  • Fixing IE issue - Arrays do not support indexOf
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fl5/js/test/examples/providers.html

    r1492 r1524  
    4848                        image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 
    4949                        type: "video" 
     50                } 
     51            }, { 
     52                name: "HTTP (not set)", 
     53                config: { 
     54                        file: "http://content.bitsontherun.com/videos/gSzpo2wh-486405.mp4", 
     55                        image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg" 
     56                } 
     57            }, { 
     58                name: "HTTP (set)", 
     59                config: { 
     60                        file: "http://content.bitsontherun.com/videos/gSzpo2wh-486405.mp4", 
     61                        image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 
     62                        type: "http" 
    5063                } 
    5164            }, { 
Note: See TracChangeset for help on using the changeset viewer.