Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
describe(
'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
testProp
Function · 0.85
Tested by
no test coverage detected