Add HTMLAutoCompleteSelectField
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.inspect.js
index 62fa410..eda7689 100644 (file)
                                return;
                        } catch ( e ) {}
                        try {
-                               console.log( $.toJSON( data, null, 2 ) );
+                               console.log( JSON.stringify( data, null, 2 ) );
                                return;
                        } catch ( e ) {}
                        mw.log( data );