MCPcopy Create free account
hub / github.com/GreycLab/CImg / fix

Function fix

html/highslide.js:1872–1875  ·  view source on GitHub ↗
(prop)

Source from the content-addressed store, hash-verified

1870 }
1871 }
1872 function fix(prop) {
1873 return 'expression( ( ( ignoreMe = document.documentElement.'+ prop +
1874 ' ? document.documentElement.'+ prop +' : document.body.'+ prop +' ) ) + \'px\' );';
1875 }
1876 if (hs.expandCursor) addRule ('.highslide img',
1877 'cursor: url('+ hs.graphicsDir + hs.expandCursor +'), pointer !important;');
1878 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected