1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/ecmascript/spidermonkey/navigator.h
Witold Filipczyk 25dd2ecae9 Changed ecmascript engine to mozjs-17.0.
Was not tested, especially smjs is likely buggy.
2019-02-10 21:00:37 +01:00

11 lines
222 B
C

#ifndef EL__ECMASCRIPT_SPIDERMONKEY_NAVIGATOR_H
#define EL__ECMASCRIPT_SPIDERMONKEY_NAVIGATOR_H
#include "ecmascript/spidermonkey/util.h"
extern JSClass navigator_class;
extern JSPropertySpec navigator_props[];
#endif