Skip to content

Commit

Permalink
clippaths test is back
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Mar 22, 2010
1 parent 0be5ed0 commit 6cf9754
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modernizr.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ window.Modernizr = (function(window,doc,undefined){
// various new input types, such as search, range, datetime, etc.

svg = 'svg',
smil = 'smil',
svgclippaths = svg+'clippaths',

background = 'background',
backgroundColor = background + 'Color',
canPlayType = 'canPlayType',
Expand All @@ -115,7 +118,6 @@ window.Modernizr = (function(window,doc,undefined){
applicationcache = 'applicationCache',

webWorkers = 'webworkers',
smil = 'smil',
hashchange = 'hashchange',
crosswindowmessaging = 'crosswindowmessaging',
historymanagement = 'historymanagement',
Expand Down

0 comments on commit 6cf9754

Please sign in to comment.