| 1 | (function($, document) { |
| 2 | var CLASS_PROGRESSBAR = $.className('progressbar'); |
| 3 | var CLASS_PROGRESSBAR_IN = $.className('progressbar-in'); |
| 4 | var CLASS_PROGRESSBAR_OUT = $.className('progressbar-out'); |
nothing calls this directly
no test coverage detected