Skip to content

Commit

Permalink
Updated DragsterJS meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Nalepa committed Jun 28, 2017
1 parent b01cb7c commit 0e8a72d
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,7 @@ After drop callback.
List of methods ready to be used by any webdeveloper:
### update
Updates a reference to draggable elements. For example, when user adds a new element to any of droppable regions then running `update` method makes a new element draggable as well.
### updateRegions
Updates regions references and attaches event listeners to them
### destroy
Removes all event listeners related to DragsterJS
4 changes: 2 additions & 2 deletions dragster-comment.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*@preserve
* Dragster - drag'n'drop library v1.6.0
* Dragster - drag'n'drop library v1.6.2
* https://github.com/sunpietro/dragster
*
* Copyright 2015-2017 Piotr Nalepa
Expand All @@ -8,5 +8,5 @@
* Released under the MIT license
* https://github.com/sunpietro/dragster/blob/master/LICENSE
*
* Date: 2017-05-06T22:30Z
* Date: 2017-06-28T22:30Z
*/
4 changes: 2 additions & 2 deletions dragster.es6.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*@preserve
* Dragster - drag'n'drop library v1.6.0
* Dragster - drag'n'drop library v1.6.2
* https://github.com/sunpietro/dragster
*
* Copyright 2015-2017 Piotr Nalepa
Expand All @@ -8,7 +8,7 @@
* Released under the MIT license
* https://github.com/sunpietro/dragster/blob/master/LICENSE
*
* Date: 2017-05-06T22:30Z
* Date: 2017-06-28T22:30Z
*/
//jshint ignore:line
var Dragster = function (params) {
Expand Down
4 changes: 2 additions & 2 deletions dragster.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*@preserve
* Dragster - drag'n'drop library v1.6.0
* Dragster - drag'n'drop library v1.6.2
* https://github.com/sunpietro/dragster
*
* Copyright 2015-2017 Piotr Nalepa
Expand All @@ -8,7 +8,7 @@
* Released under the MIT license
* https://github.com/sunpietro/dragster/blob/master/LICENSE
*
* Date: 2017-05-06T22:30Z
* Date: 2017-06-28T22:30Z
*/
//jshint ignore:line
;(function (root, moduleName, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dragster.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dragster.min.js.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions dragster.style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*@preserve
* Dragster - drag'n'drop library v1.5.0
* Dragster - drag'n'drop library v1.6.2
* https://github.com/sunpietro/dragster
*
* Copyright 2015-2017 Piotr Nalepa
Expand All @@ -8,7 +8,7 @@
* Released under the MIT license
* https://github.com/sunpietro/dragster/blob/master/LICENSE
*
* Date: 2017-05-06T22:30Z
* Date: 2017-06-28T22:30Z
*/
* {
box-sizing: border-box;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dragsterjs",
"version": "1.6.0",
"version": "1.6.2",
"description": "Tiny vanilla JS plugin that enables drag'n'drop interactions to a user of your website",
"main": "dragster.js",
"scripts": {
Expand Down

0 comments on commit 0e8a72d

Please sign in to comment.