weather.js 389 B

123456789101112
  1. //[Javascript]
  2. $(function () {
  3. "use strict";
  4. WeatherIcon.add('icon1' , WeatherIcon.SLEET , {stroke:false , shadow:false , animated:true } );
  5. WeatherIcon.add('icon2' , WeatherIcon.SNOW , {stroke:false , shadow:false , animated:true } );
  6. WeatherIcon.add('icon3' , WeatherIcon.LIGHTRAINTHUNDER , {stroke:false , shadow:false , animated:true } );
  7. }); // End of use strict