Skip to content

Commit

Permalink
Added notes to smil detect metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
stucox committed Sep 28, 2013
1 parent f3ec3a5 commit 2987e97
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion feature-detects/svg/smil.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"name": "SVG SMIL animation",
"property": "smil",
"caniuse": "svg-smil",
"tags": ["svg"]
"tags": ["svg"],
"notes": [{
"name": "W3C Synchronised Multimedia spec",
"href": "http://www.w3.org/AudioVideo/"
}]
}
!*/
define(['Modernizr', 'toStringFn'], function( Modernizr, toStringFn ) {
Expand Down

0 comments on commit 2987e97

Please sign in to comment.