Commit c8667764 authored by Gaus Surahman's avatar Gaus Surahman Committed by Gaus Surahman
Browse files

Issue #3266027 by gausarts: Replace deprecated backbone for vanilla JS.

parent 1da00767
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ plugin.
***
***
# <a name="requirements"> </a>REQUIREMENTS
1. [Blazy 2+](https://www.drupal.org/project/blazy)
1. [Blazy 2.10+](https://www.drupal.org/project/blazy) since GridStack:2.9.
2. [GridStack](https://github.com/gridstack/gridstack.js) library, each
   version has different names, and structures, the assets are expected at:
   + _Version 4 or 5_:
@@ -43,13 +43,11 @@ plugin.
       debug errors.)

### Note:
* GridStack 8.x-2.9+ and DEV versions require library v5 and Blazy:2.10.
* GridStack 8.x-2.6+ and DEV versions require a minimum v4+ or v5.
* GridStack 8.x-2.5 below require a minimum v1.1+ (deprecated).
* GridStack 8.x-2.4 below requires a maximum v0.5.3 below (deprecated).
* GridStack 8.x-1.0-beta4 below requires v0.2.5 (deprecated).
* **Note**: as of v0.5.4 the library includes `jquery-ui.js` (and min.js)
  as part of `gridstack.all.js` which appears to break due to dups with module
  dependencies on core jQuery.UI libraries. Fixed at GridStack 8.x-2.5+.

***
***