Search and Top Navigation
#2294 closed bug (fixed)
Opened February 07, 2008 03:08PM UTC
Closed February 07, 2008 06:25PM UTC
Last modified February 26, 2009 11:25AM UTC
sortable is missing args declaration
Reported by: | rworth | Owned by: | paul |
---|---|---|---|
Priority: | blocker | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.2 |
Keywords: | sortable | Cc: | |
Blocked by: | Blocking: |
Description
the sortable constructor is missing the following line:
var args = Array.prototype.slice.call(arguments, 1);