cronapp-lib-js 3.0.0-SP.4 → 3.0.0-SP.40

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.
@@ -22942,7 +22942,7 @@
22942
22942
  that._trigger(ACTIVATE);
22943
22943
  //BEGIN FIX_032
22944
22944
  //NEW FIX_032
22945
- if (that.options && that.options.anchor && that.options.anchor.hasClass('cronDynamicSelect')) {
22945
+ if (that.options && that.options.anchor && that.options.anchor.hasClass && that.options.anchor.hasClass('cronDynamicSelect')) {
22946
22946
  let $mainView = $('[ui-view]');
22947
22947
  if ($mainView.length) {
22948
22948
  that._mainView = $mainView[$mainView.length - 1];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cronapp-lib-js",
3
- "version": "3.0.0-SP.4",
3
+ "version": "3.0.0-SP.40",
4
4
  "description": "Javascript library for CronApp's projects",
5
5
  "main": "index.js",
6
6
  "scripts": {