Scott DeSapio
4f358aeb17
Added fallbackOffset = options.fallbackOffset, and this.options.fallbackOffset -> fallbackOffset
8 years ago
Scott DeSapio
dcb3bae44c
Replace xOffset and yOffset -> fallbackOffset: {x: 0, y: 0}; Forward PR into dev-branch.
9 years ago
Lebedev Konstantin
e1a655866c
Merge pull request #783 from pocketcowboy/fix-missing-arg-for-index
...
fix missing arg for Sortable.utils.index expecting draggable selector
9 years ago
pocketcowboy
0663cf9b0a
fix missing arg for Sortable.utils.index expecting draggable selector
9 years ago
RubaXa
2876924ab7
SortableJS/sortablejs-meteor -> SortableJS/meteor
9 years ago
RubaXa
f426153d3d
[MOVED] SortableJS/sortablejs-meteor
9 years ago
RubaXa
b1ff319e77
[MOVED] SortableJS/sortablejs-meteor
9 years ago
RubaXa
6f72f4ea5b
+ dragClass
9 years ago
RubaXa
9968038260
Merge branch 'dev' of github.com:RubaXa/Sortable into dev
9 years ago
RubaXa
b1defd32ff
* code style
9 years ago
Lebedev Konstantin
3c28c5ff63
Merge pull request #762 from kriscooke/polymer-rm-object-assign
...
Replace Object.assign for IE support
9 years ago
Kristen Cooke
f58999fca7
replace Object.assign to regain IE support
9 years ago
Lebedev Konstantin
c52a82b4a1
Merge pull request #746 from dev101/dev
...
Calling this[fn].bind requires extra check
9 years ago
dev101
3e9da2d4bc
Merge pull request #3 from dev101/dev101-patch-2
...
Removed brackets in typeof
9 years ago
dev101
6be0ded019
Removed brackets in typeof
9 years ago
dev101
1f8b001bcb
Merge pull request #2 from dev101/dev101-patch-2
...
Calling this[fn].bind requires extra check - cont.
9 years ago
dev101
8e8dc72b1a
Update Sortable.js
...
Checking `typeof(this[fn])` is enough
9 years ago
Lebedev Konstantin
3d3ad91a5b
Merge pull request #744 from n00dl3/dev
...
trigger most specialized events first
9 years ago
n00dl3
b7db3455e7
Add \n before comment
9 years ago
dev101
9b9704e182
Update Sortable.js
9 years ago
n00dl3
0dc1c1b91f
trigger most specialized events first
9 years ago
Lebedev Konstantin
43d2b4cc95
Merge pull request #742 from why520crazy/master
...
new PR for https://github.com/RubaXa/Sortable/pull/741
9 years ago
why520crazy
d1356e1633
fix bug for https://github.com/RubaXa/Sortable/issues/628
9 years ago
Lebedev Konstantin
504f868d4a
Merge pull request #715 from livelazily/dev
...
small fix with #373
9 years ago
Lebedev Konstantin
e40abac2ef
Merge pull request #739 from didiermoniquet/dev
...
React Mixin - Fixing check for existence of getDOMNode function
9 years ago
Didier Moniquet
b6d5fb6567
React Mixin - Fixing check for existence of getDOMNode function
9 years ago
RubaXa
569b1187bd
#707 : + abs for _ghostIsLast
9 years ago
Lebedev Konstantin
6963281a2b
Merge pull request #737 from petemill/patch-1
...
knockout-sortable - prioritise global dependencies if available
9 years ago
Pete Miller
025fd97865
knockout-sortable - use global dependencies if available, then fallback to require / AMD
9 years ago
RubaXa
01a2991548
Merge branch 'dev' of github.com:RubaXa/Sortable into dev
9 years ago
RubaXa
ba2b0863d1
#732 : fixed 'preapreGroup'
9 years ago
Lebedev Konstantin
ea407ce24b
Merge pull request #730 from dangreen/master
...
Throw error if call in node
9 years ago
Onoshko Dan
ef4314bfa7
Throw error if call in node
9 years ago
Lebedev Konstantin
da5a74b054
Merge pull request #727 from calexicoz/dev
...
Allow event functions to be defined as functions AND strings.
9 years ago
Julien
764b060cbd
Allow event functions to be defined as functions AND strings.
...
The current behavior (in `master`) is to define the handling functions for events as strings. Default for `onSort` for example is `handleSort`. Commit 8cef762d11
changed this behavior forcing handling functions to be defined as functions in the options. This breaks all existing code, resulting in a no-op even with the default options (which still define the default handlers as strings).
This commit restores previous behavior AND allows you to define your handlers as functions directly, if you’re so inclined.
9 years ago
RubaXa
7f3ee38b16
#718 : * fixed context in 'add' & 'sort' events
9 years ago
Lebedev Konstantin
2ffa00f623
Merge pull request #725 from auxcoder/dev
...
#666 Return DOM information of element in env object
9 years ago
Pavel Duran
59b6818b4c
#666 Return DOM information of element in env object
9 years ago
Lebedev Konstantin
ff3deb0433
Merge pull request #720 from livelazily/fix-un-watch
...
`scope` does not has "off" function
9 years ago
livelazily
dc2e736e57
`scope` does not has "off" function
9 years ago
livelazily
5617c507cf
fix ng-repeat with other element in the same parent element
9 years ago
RubaXa
a1790fdf23
#677 : + pull/put as functions
9 years ago
RubaXa
9eb3ef5b2d
* on ->
9 years ago
RubaXa
b5780dce35
* UPD
9 years ago
RubaXa
f3af805d75
#671 : + 'clone' support jQuery/Zepto/Polymer.dom
9 years ago
Lebedev Konstantin
1be46d0663
Update CONTRIBUTING.md
9 years ago
RubaXa
31e6f0fab6
#701 : fixed oldIndex & selector == '>*'
9 years ago
RubaXa
2e82d42aec
#670 : * code style
9 years ago
RubaXa
d57aee37a5
Merge branch 'master' into dev
9 years ago
Lebedev Konstantin
0b0da56b7d
Merge pull request #670 from tori3/modify_destroy_func
...
Modified to initialize variables in _onDrop. so destory function does…
9 years ago