dresscode-quantum
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -67,2 +67,6 @@ Quantum.Quant = Bricks.inherit(Bricks.Observer, { | ||
if (force || this._scalarValue !== scalarValue) { | ||
this._fireEvent('beforechange', { | ||
value: this._scalarValue, | ||
nextValue: scalarValue | ||
}); | ||
var prevScalarValue = this._scalarValue; | ||
@@ -69,0 +73,0 @@ this._scalarValue = scalarValue; |
{ | ||
"name": "dresscode-quantum", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "dresscode-bricks": "latest" |
7842
131