Angular lrdragndrop JavaScript library packaged as XStatic.
Go to file
manchandavishal c4790f2374 Fix syntax error in isJqueryEventDataTransfer function
This commit resolves a syntax error in the isJqueryEventDataTransfer
function. The syntax error occur due to `/` which is remove in this
patch.

Change-Id: I77299d9f3275e490e0f7e6d2cef91d7f2166dacf
2023-07-19 00:23:21 +05:30
xstatic Fix syntax error in isJqueryEventDataTransfer function 2023-07-19 00:23:21 +05:30
.gitreview OpenDev Migration Patch 2019-04-19 19:27:24 +00:00
LICENCE Fix LICENCE issues (file at root and __init__.py) 2015-05-05 15:07:21 +02:00
MANIFEST.in Commits changes available on PyPi 2015-04-03 09:26:20 +02:00
README.txt Fixing README so that PyPI does not reject them 2019-02-11 15:03:14 +01:00
setup.py Commits changes available on PyPi 2015-04-03 09:26:20 +02:00
tox.ini fix tox python3 overrides 2018-09-26 18:52:55 -04:00

README.txt

XStatic-Angular-lrdragndrop
---------------------------

lrDragNDrop javascript library packaged for setuptools (easy_install) / pip.

This package is intended to be used by **any** project that needs these files.

It intentionally does **not** provide any extra code except some metadata
**nor** has any extra requirements. You MAY use some minimal support code from
the XStatic base package, if you like.

You can find more info about the xstatic packaging way in the package
`XStatic`.