Skip to content

Commit e197a77

Browse files
committed
Update vendor dependencies.
1 parent 2cfea2c commit e197a77

File tree

5 files changed

+910
-575
lines changed

5 files changed

+910
-575
lines changed

js/vendor/jquery.Jcrop.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
* jquery.Jcrop.js v0.9.12
2+
* jquery.Jcrop.js v0.9.15
33
* jQuery Image Cropping Plugin - released under MIT License
44
* Author: Kelly Hallman <[email protected]>
55
* http://github.com/tapmodo/Jcrop
6-
* Copyright (c) 2008-2013 Tapmodo Interactive LLC {{{
6+
* Copyright (c) 2008-2018 Tapmodo Interactive LLC {{{
77
*
88
* Permission is hereby granted, free of charge, to any person
99
* obtaining a copy of this software and associated documentation
@@ -228,10 +228,10 @@
228228
function newSelection(e) //{{{
229229
{
230230
if (options.disabled) {
231-
return false;
231+
return;
232232
}
233233
if (!options.allowSelect) {
234-
return false;
234+
return;
235235
}
236236
btndown = true;
237237
docOffset = getPos($img);

0 commit comments

Comments
 (0)