| @@ -1,10 +1,8 @@ | ||
| 1 | -/*! elementor - v3.0.15 - 2020-12-20 */ | |
| 1 | +/*! elementor - v0.7.1 - 18-08-2016 */ | |
| 2 | 2 | // MarionetteJS (Backbone.Marionette) |
| 3 | 3 | // ---------------------------------- |
| 4 | -// v2.4.5.e1 | |
| 5 | -// Change Log: | |
| 6 | -// e1: Fix - Compatibility with jQuery 3. (`Marionette.Region.reset`). | |
| 4 | +// v2.4.5 | |
| 7 | 5 | // |
| 8 | 6 | // Copyright (c)2016 Derick Bailey, Muted Solutions, LLC. |
| 9 | 7 | // Distributed under MIT license |
| 10 | 8 | // |
| @@ -1350,10 +1348,9 @@ | ||
| 1350 | 1348 | reset: function() { |
| 1351 | 1349 | this.empty(); |
| 1352 | 1350 | |
| 1353 | 1351 | if (this.$el) { |
| 1354 | - // 2020-12-20 Changed for compatibility with jQuery 3. | |
| 1355 | - this.el = this.options.el; | |
| 1352 | + this.el = this.$el.selector; | |
| 1356 | 1353 | } |
| 1357 | 1354 | |
| 1358 | 1355 | delete this.$el; |
| 1359 | 1356 | return this; |