@slickgrid-universal/binding
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -6,6 +6,2 @@ "use strict"; | ||
class BindingHelper { | ||
constructor() { | ||
this._observers = []; | ||
this._querySelectorPrefix = ''; | ||
} | ||
get querySelectorPrefix() { | ||
@@ -20,2 +16,6 @@ return this._querySelectorPrefix || ''; | ||
} | ||
constructor() { | ||
this._observers = []; | ||
this._querySelectorPrefix = ''; | ||
} | ||
dispose() { | ||
@@ -22,0 +22,0 @@ let observer = this._observers.pop(); |
import { BindingService } from './binding.service'; | ||
export class BindingHelper { | ||
constructor() { | ||
this._observers = []; | ||
this._querySelectorPrefix = ''; | ||
} | ||
get querySelectorPrefix() { | ||
@@ -16,2 +12,6 @@ return this._querySelectorPrefix || ''; | ||
} | ||
constructor() { | ||
this._observers = []; | ||
this._querySelectorPrefix = ''; | ||
} | ||
dispose() { | ||
@@ -18,0 +18,0 @@ let observer = this._observers.pop(); |
{ | ||
"name": "@slickgrid-universal/binding", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Simple Vanilla Implementation of a Binding Engine & Helper to add properties/events 2 way bindings", | ||
@@ -32,5 +32,5 @@ "main": "dist/commonjs/index.js", | ||
"dependencies": { | ||
"dompurify": "^2.4.0" | ||
"dompurify": "^2.4.1" | ||
}, | ||
"gitHead": "4c1c9ebfa38f03aa48a9a38c9d1759d4db2dea2d" | ||
"gitHead": "6dacb35f8c7bba5378919ae64923fde0dcd75d6a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Updateddompurify@^2.4.1