Inline js task #2670

Closed
calcscout wants to merge 2 commits from inline-js-task into master
Showing only changes of commit 14697057a6 - Show all commits

View File

@ -227,4 +227,4 @@ function get_get_computed_style_function(element/*:HTMLElement*/)/*:?function*/
// If it is not available, try to get one from the global namespace
if(typeof getComputedStyle === 'function') return getComputedStyle;
return null;
}
}