resourceloader: Move 'site' and 'user' logic to makeModuleResponse
[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 );