isobit-ui 0.2.166 → 0.2.167
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.2.
|
|
2
|
+
* isobit-ui v0.2.166
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1145,7 +1145,6 @@ var script$j = {
|
|
|
1145
1145
|
return false;
|
|
1146
1146
|
});
|
|
1147
1147
|
me.$el.addEventListener("parentResize", function (e) {
|
|
1148
|
-
console.log('=========================');
|
|
1149
1148
|
if (e.target == me.$el) {
|
|
1150
1149
|
console.log('===========22222222222222222==============');
|
|
1151
1150
|
me.resize(e);
|