Merge "Fix documentation of HistoryPager::lastLink() and make code more readable"
[lhc/web/wiklou.git] / resources / src / json-skip.js
1 /*!
2 * Skip function for json2.js.
3 */
4 return !!( window.JSON && JSON.stringify && JSON.parse );