mirror of https://github.com/luileito/jsketch.git
Version bump
This commit is contained in:
parent
f1a0b04bdf
commit
58c74bfc98
|
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* jQuery sketchable | v1.8 | Luis A. Leiva | MIT license
|
||||
* jQuery sketchable | v1.8.1 | Luis A. Leiva | MIT license
|
||||
* A jQuery plugin for the jSketch drawing library.
|
||||
*/
|
||||
/**
|
||||
|
|
@ -197,8 +197,8 @@
|
|||
* @param {String|Object} method - Method to invoke, or a configuration object.
|
||||
* @return jQuery
|
||||
* @class
|
||||
* @version 1.8
|
||||
* @date 9 Jul 2014
|
||||
* @version 1.8.1
|
||||
* @date 28 Nov 2016
|
||||
* @author Luis A. Leiva
|
||||
* @license MIT license
|
||||
* @example
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* Memento plugin for jQuery sketchable | v1.1 | Luis A. Leiva | MIT license
|
||||
* Memento plugin for jQuery sketchable | v1.2 | Luis A. Leiva | MIT license
|
||||
*/
|
||||
/**
|
||||
* @name $
|
||||
|
|
@ -20,6 +20,8 @@
|
|||
* This plugin automatically modifies the jSketch instances, so no need to configure it.
|
||||
* @name MementoCanvas
|
||||
* @class
|
||||
* @version 1.2
|
||||
* @date 28 Nov 2016
|
||||
* @return Object
|
||||
* @example
|
||||
* var mc = new MementoCanvas( $('canvas-selector') );
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* Memento plugin for sketchable | v1.1 | Luis A. Leiva | MIT license
|
||||
* Memento plugin for sketchable | v1.2 | Luis A. Leiva | MIT license
|
||||
*/
|
||||
/*
|
||||
Requires sketchable.utils.js to be loaded first.
|
||||
|
|
@ -7,8 +7,11 @@
|
|||
*/
|
||||
;(function(window) {
|
||||
/**
|
||||
* This plugin implements the <a href="https://en.wikipedia.org/wiki/Memento_pattern">Memento pattern</a>.
|
||||
* This plugin automatically modifies the jSketch instances, so no need to configure it.
|
||||
* @name MementoCanvas
|
||||
* @class
|
||||
* @version 1.2
|
||||
* @return Object
|
||||
* @example
|
||||
* var mc = new MementoCanvas( $('canvas-selector') );
|
||||
|
|
|
|||
Loading…
Reference in New Issue