isobit-ui 0.0.291 → 0.0.292
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 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.0.
|
|
2
|
+
* isobit-ui v0.0.292
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -5355,8 +5355,6 @@ _.MsgBox = function MsgBox(m, cb, b) {
|
|
|
5355
5355
|
Vue.resize();
|
|
5356
5356
|
};
|
|
5357
5357
|
|
|
5358
|
-
window._.baseURL = window.axios.defaults.baseURL;
|
|
5359
|
-
|
|
5360
5358
|
function isObject(item) {
|
|
5361
5359
|
return item && _typeof(item) === 'object' && !Array.isArray(item);
|
|
5362
5360
|
}
|