Area restrita - Questionario
This commit is contained in:
+3
-3
@@ -3,10 +3,10 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
|
||||
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }
|
||||
|
||||
/*!
|
||||
* Draggable 3.14.2
|
||||
* Draggable 3.15.0
|
||||
* https://gsap.com
|
||||
*
|
||||
* @license Copyright 2008-2025, GreenSock. All rights reserved.
|
||||
* @license Copyright 2008-2026, GreenSock. All rights reserved.
|
||||
* Subject to the terms at https://gsap.com/standard-license
|
||||
* @author: Jack Doyle, jack@greensock.com
|
||||
*/
|
||||
@@ -2707,6 +2707,6 @@ _setDefaults(Draggable.prototype, {
|
||||
});
|
||||
|
||||
Draggable.zIndex = 1000;
|
||||
Draggable.version = "3.14.2";
|
||||
Draggable.version = "3.15.0";
|
||||
_getGSAP() && gsap.registerPlugin(Draggable);
|
||||
export { Draggable as default };
|
||||
Reference in New Issue
Block a user