@bbn/bbn 2.0.205 → 2.0.207

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.
@@ -32,7 +32,6 @@ import setNavigationVars from './setNavigationVars.js';
32
32
  */
33
33
  export default function link(...args) {
34
34
  let cfg = treatAjaxArguments(args);
35
- debugger;
36
35
  let ok = 1;
37
36
  /* If we can't find a correct link we stop */
38
37
  if (!cfg) {
package/dist/fn/init.js CHANGED
@@ -109,7 +109,6 @@ export default function init(cfg, force) {
109
109
  document.addEventListener("focusin", onFocus);
110
110
  document.addEventListener("focusout", onFocus);
111
111
  window.addEventListener("hashchange", () => {
112
- debugger;
113
112
  bbn.env.hashChanged = new Date().getTime();
114
113
  }, false);
115
114
  window.addEventListener("resize", () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "2.0.205",
3
+ "version": "2.0.207",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",