From adfc37c683f12d29c5c4ca66824c83fe452974ae Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Tue, 26 Jan 2016 13:56:39 +0530 Subject: [PATCH 1/3] Update license year range to 2016 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09a8177..3f6a8b8 100644 --- a/README.md +++ b/README.md @@ -689,7 +689,7 @@ Please, [read this](CONTRIBUTING.md). ## MIT LICENSE -Copyright 2013-2015 Lebedev Konstantin +Copyright 2013-2016 Lebedev Konstantin http://rubaxa.github.io/Sortable/ Permission is hereby granted, free of charge, to any person obtaining From f701b8a89c46c64587fb207db9eebd045b68a97d Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Wed, 10 Feb 2016 13:07:56 +0530 Subject: [PATCH 2/3] Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `possiblity` → `possibility` `definied` → `defined` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f6a8b8..abe81d9 100644 --- a/README.md +++ b/README.md @@ -283,9 +283,9 @@ Sortable.create(list, { #### `forceFallback` option If set to `true`, the Fallback for non HTML5 Browser will be used, even if we are using an HTML5 Browser. -This gives us the possiblity to test the behaviour for older Browsers even in newer Browser, or make the Drag 'n Drop feel more consistent between Desktop , Mobile and old Browsers. +This gives us the possibility to test the behaviour for older Browsers even in newer Browser, or make the Drag 'n Drop feel more consistent between Desktop , Mobile and old Browsers. -On top of that, the Fallback always generates a copy of that DOM Element and appends the class `fallbackClass` definied in the options. This behaviour controls the look of this 'dragged' Element. +On top of that, the Fallback always generates a copy of that DOM Element and appends the class `fallbackClass` defined in the options. This behaviour controls the look of this 'dragged' Element. Demo: http://jsbin.com/pucurizace/edit?html,css,js,output From a3fbeb29d25406e83b8edcf06b16e5aaacfbb917 Mon Sep 17 00:00:00 2001 From: RubaXa Date: Fri, 19 Feb 2016 11:56:44 +0300 Subject: [PATCH 3/3] + ISSUE_TEMPLATE --- ISSUE_TEMPLATE.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..ef454ab --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,5 @@ +Before you create a issue, check it: + + 1. Try [dev](https://github.com/RubaXa/Sortable/tree/dev/)-branch, perhaps the problem has been solved; + 2. [Use the search](https://github.com/RubaXa/Sortable/search?q=problem), maybe already have an answer; + 3. If not found, create example on [jsbin.com (draft)](http://jsbin.com/zunibaxada/1/edit?html,js,output) and describe the problem.