Get a property using jsvideo[key], boxing number as Double and boolean as Boolean. @param jsvideo the HTML5 video element @param key @return value or value boxed as Double or Boolean
(HTML5Video jsvideo, String key)
| 193 | * @return value or value boxed as Double or Boolean |
| 194 | */ |
| 195 | @SuppressWarnings({ "unused", "null" }) |
| 196 | public static Object getProperty(HTML5Video jsvideo, String key) { |
| 197 | Object val = (/** @j2sNative 1? jsvideo[key] : */ |
| 198 | null); |
no outgoing calls