MCPcopy Index your code
hub / github.com/hoothin/UserScripts / getCur

Function getCur

FlashViewer-HTML5 Video/flashViewer.user.js:754–760  ·  view source on GitHub ↗
(pro)

Source from the content-addressed store, hash-verified

752
753 // 获取当前值
754 function getCur(pro) {
755 if (pro in style) {
756 return cS[pro];
757 } else if (pro in elem) {
758 return elem[pro];
759 };
760 };
761
762 var start;// 开始
763 var end;// 结束

Callers 1

contentScriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected