You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upgrade.py wants to replace a call to jQuery's $.fn.closest with destroyst. It appears to be finding the "close" substring and trying to replace with "destroy".
isInteractive: ($target) ->
- $target.closest('.actions').length or $target.is('.close')
+ $target.destroyst('.actions').length or $target.is('.close')
showThumbnail: ->
...also this means that the check for itemView » childView happened to find and replace all my itemViewOptions with childViewOptions before the actual itemViewOptions » childViewOptions check happens.
upgrade.py wants to replace a call to jQuery's
$.fn.closest
withdestroyst
. It appears to be finding the "close" substring and trying to replace with "destroy".Potentially related: #21
The text was updated successfully, but these errors were encountered: