modernizr 2.6.2+ds1-1 source package in Ubuntu

Changelog

modernizr (2.6.2+ds1-1) unstable; urgency=low


  * Initial release

 -- David Paleino <email address hidden>  Fri, 12 Oct 2012 10:54:27 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
modernizr_2.6.2+ds1-1.dsc 1.3 KiB 0f0db85d4fcbb8e61e0c48170a21e0313074523919b1cd0fb1cb61c17b3623e8
modernizr_2.6.2+ds1.orig.tar.gz 205.9 KiB c1d91d2728d12edfd8a662123b9e45121d7793b4ae787ffcfbb3cc7d4fb3d815
modernizr_2.6.2+ds1-1.debian.tar.gz 2.5 KiB b0673a9cd5c8db5f2d064cb17f4d57338a9590d5b10ef68453c882536af72ad3

No changes file available.

Binary packages built by this source

libjs-modernizr: JavaScript library to detect HTML5 and CSS3 features in the user's browser

 Modernizr is a JavaScript library allowing you to use HTML5 & CSS3 while
 maintaining control over unsupported browsers.
 .
 Modernizr tests which native CSS3 and HTML5 features are available in
 the current user agent and makes the results available to you in two ways,
 as properties on a global `Modernizr` object, and as classes on the
 `<html>` element. This information allows you to progressively enhance
 your pages with a granular level of control over the experience.