Content deleted Content added
-2.5 |
-2.6 |
||
Line 1:
/// User:PerfektesChaos/js/citoidWikitext/core.js
// Execute core functionality for citoid on wikitext source editing
/// 2017-
// ResourceLoader: compatible;
// dependencies: --
Line 17:
( function ( mw, $ ) {
"use strict";
var Version = -2.
MW_LIB = "citoidWikitext",
Sub = "core",
Line 1,435:
// < GUIP.caret.starter
// (GUIP.caret.wikEdEnclose)
//
var r;
if ( GUIP.wikEd && window.wikEd.useWikEd ) {
Line 1,450:
this.max = r.search( this.stop ) - 1;
r = r.replace( this.stop, "" );
GUIP.
this.story = r;
this.selection = this.story.substr( this.min );
|