Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Stankiewicz (0.33 sec)

  1. plugins/codemirror/mode/scheme/scheme.js

    // CodeMirror, copyright (c) by Marijn Haverbeke and others
    // Distributed under an MIT license: https://codemirror.net/LICENSE
    
    /**
     * Author: Koh Zi Han, based on implementation by Koh Zi Chun
     * Improved by: Jakub T. Jankiewicz
     */
    
    (function(mod) {
      if (typeof exports == "object" && typeof module == "object") // CommonJS
        mod(require("../../lib/codemirror"));
      else if (typeof define == "function" && define.amd) // AMD
    JavaScript
    - Registered: 2023-03-13 07:18
    - Last Modified: 2022-02-07 20:05
    - 14.9K bytes
    - Viewed (0)
Back to top