Harry Mumford-Turner
abec27faa1
Adding missing comma on fallbackClass
...
Adding a comma on the following line will make the options valid javascript.
`fallbackClass: "sortable-fallback"` to `fallbackClass: "sortable-fallback",`
9 years ago
Harry Mumford-Turner
c3faf18108
Missing comma on ```fallbackOnBody```
9 years ago
Andrey Tkachenko
5d67a8894e
typo fix
9 years ago
Tim van der Lippe
643d9afe85
Fix issue with dragEl undefined when moving with a Polymer element
9 years ago
Tim van der Lippe
ee86bc2bbc
Fix compilation on ES5 for Polymer
9 years ago
Joel Marcotte
6264428b97
Add the original mouse event as parameter in onMove
9 years ago
Luděk Uiberlay
16f1cb03e0
jquery.binding: fixed non-working widget method
9 years ago
Lebedev Konstantin
acef394c9a
Merge pull request #809 from piotrwitek/patch-1
...
Update README.md: Add Support React ES2015 / TypeScript syntax example
9 years ago
Piotr Witek
610527f029
Update README.md
...
Add Support React ES2015 / TypeScript syntax
As mixins are not supported in ES2015 / TypeScript syntax here is example of ES2015 ref based implementation.
Using refs is the preferred (by facebook) "escape hatch" to underlaying DOM nodes: [React: The ref Callback Attribute](https://facebook.github.io/react/docs/more-about-refs.html#the-ref-callback-attribute )
9 years ago
Lebedev Konstantin
f8a5ddb354
Merge pull request #801 from AndreasGalster/master
...
[Polymer component]Added method to re-initialize sortable
9 years ago
AndreasGalster
4745fb294e
Added methods to re-initialize and destroy sortable
...
Moved attached initialization of sortable into a method and run that method on attached.
Did the same for detached and created a destroy method.
9 years ago
AndreasGalster
b2d13e0210
Add method to re-initialize sortable
...
Currently it is not possible to re-initialize the sortable component after it's been destroyed. I've added a method and wrapped everything in the attached in there and instead I'm calling that method on attached.
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
Lebedev Konstantin
d28d019b71
Merge pull request #793 from ajjohnston/master
...
Fixed Polymer example.
9 years ago
Andrew Johnston
693485cdae
Fixed Polymer example.
9 years ago
RubaXa
1bf357899b
Merge branch 'master' of github.com:RubaXa/Sortable
9 years ago
RubaXa
a3fbeb29d2
+ ISSUE_TEMPLATE
9 years ago
pocketcowboy
0663cf9b0a
fix missing arg for Sortable.utils.index expecting draggable selector
9 years ago
Lebedev Konstantin
58dd583db5
Merge pull request #778 from pra85/patch-2
...
Fix typos
9 years ago
Prayag Verma
f701b8a89c
Fix typos
...
`possiblity` → `possibility`
`definied` → `defined`
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
fdb08aef7d
Merge pull request #758 from pra85/patch-1
...
Update license year range to 2016
9 years ago
Prayag Verma
adfc37c683
Update license year range to 2016
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