Croff

Results 1 comments of Croff

``` (function ($) { 'use strict'; function ScratchPad(el, options) { this.$el = $(el); this.options = options; this.init = false; this.enabled = true; /* + Updated */ this.e = null; this._generate();...