Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95027945
camelizeStyle.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Dec 12, 06:53
Size
357 B
Mime Type
text/x-java
Expires
Sat, Dec 14, 06:53 (2 d)
Engine
blob
Format
Raw Data
Handle
22916208
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
camelizeStyle.js
View Options
/**
* Copyright 2014-2015, Facebook, Inc.
* All rights reserved.
* https://github.com/facebook/react/blob/2aeb8a2a6beb00617a4217f7f8284924fa2ad819/src/vendor/core/camelizeStyleName.js
*/
import
camelize
from
'./camelize'
;
var
msPattern
=
/^-ms-/
;
export
default
function
camelizeStyleName
(
string
)
{
return
camelize
(
string
.
replace
(
msPattern
,
'ms-'
));
}
Event Timeline
Log In to Comment