Github user andruhon commented on a diff in the pull request:

    https://github.com/apache/wicket/pull/294#discussion_r220427102
  
    --- Diff: 
wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js 
---
    @@ -2301,6 +2302,10 @@
                                        onDrag = jQuery.noop;
                                }
     
    +                           if (typeof(settings) !== "undefined" && 
settings.stopDragOnCssSelector) {
    --- End diff --
    
    True. I'll change it to === 'object'. Will check that it still works and 
push.


---

Reply via email to