Updated dist files

This commit is contained in:
Luis Leiva 2018-01-03 13:09:53 +01:00
parent 021984e105
commit c2af62845a
6 changed files with 8 additions and 6 deletions

File diff suppressed because one or more lines are too long

1
dist/jquery.sketchable.svg.min.js vendored Normal file
View File

@ -0,0 +1 @@
!function(a){var b="sketchable";a.fn.sketchable.plugins.svg=function(c){for(var d=(c.sketchable("config"),{clear:function(a,b){b.sketch.callStack=[]},destroy:function(a,b){b.sketch.callStack=[]}}),e="clear destroy".split(" "),f=0;f<e.length;f++){var g=e[f];c.sketchable("decorate",g,d[g],"svg")}a.extend(a.fn.sketchable.api,{svg:{create:function(d){var e=a(this).data(b);return e.sketch.toSVG(d),c}}})}}(jQuery);

2
dist/jsketch.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
dist/sketchable.svg.min.js vendored Normal file
View File

@ -0,0 +1 @@
!function(a){var b="sketchable";Sketchable.prototype.plugins.svg=function(a){for(var c=(a.config(),{clear:function(a,b){b.sketch.callStack=[]},destroy:function(a,b){b.sketch.callStack=[]}}),d="clear destroy".split(" "),e=0;e<d.length;e++){var f=d[e];a.decorate(f,c[f],"svg")}deepExtend(a,{svg:{create:function(c){var d=dataBind(a.elem)[b];return d.sketch.toSVG(c),a}}})}}(this);