Skip to content

Commit

Permalink
Meter polyfill: Fixed loading of meter polyfill, was incorrectly targ…
Browse files Browse the repository at this point in the history
…eting the progress element (fixes #3925)
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Dec 6, 2013
1 parent f6e36fd commit b6cf961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/polyfills/meter/meter.js
Expand Up @@ -12,7 +12,7 @@
* These are global to the polyfill - meaning that they will be initialized once per page.
*/
var pluginName = "wb-meter",
selector = "progress",
selector = "meter",
initedClass = pluginName + "-inited",
initEvent = "wb-init." + pluginName,
$document = wb.doc,
Expand Down

0 comments on commit b6cf961

Please sign in to comment.