MCPcopy
hub / github.com/Modernizr/Modernizr / prefixedCSS.js

File prefixedCSS.js

test/browser/integration/prefixedCSS.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1describe('prefixedCSS', function() {
2 function gimmePrefix(prop, obj) {
3 var prefixes = ['Moz', 'Khtml', 'Webkit', 'O', 'ms'],
4 domPrefixes = ['moz', 'khtml', 'webkit', 'o', 'ms'],

Callers

nothing calls this directly

Calls 1

testPropFunction · 0.85

Tested by

no test coverage detected