Content deleted Content added
-3.3 |
-3.4 |
||
Line 1:
/// User:PerfektesChaos/js/lintHint/d.js
// Show LintErrors analysis live
/// 2018-
// ResourceLoader: compatible;
// dependencies: user, mw.API, mediawiki.storage, mediawiki.util
Line 17:
( function ( mw, $ ) {
"use strict";
var Version = -3.
Signature = "lintHint",
HINT = { cmodels: { "wikitext": true,
Line 589:
API.first = function () {
// Initialize API
// Uses:
// >< API.site
Line 941 ⟶ 942:
// (BOX.find)
// (BOX.future)
// 2018-
var n = 0,
e, i, k, par, s, $e, $e2, $e3, $td, $tr;
Line 981 ⟶ 982:
if ( typeof par.name === "string" ) {
$td.text( par.name );
} else if ( typeof par.subtype === "string" ) {
$td.text( par.subtype );
} else if ( typeof par.root === "string" &&
typeof par.child === "string" ) {
Line 1,352 ⟶ 1,355:
CODMIRROR.first = function () {
// Check whether CodeMirror is activated
// Uses:
// > window.CodeMirror
|