Browse Source

Merge pull request #551 in VISUAL/fineui from ~IMP/fineui_fui:master to master

* commit '03b1537d7945bad1886cbab80d991e3a9764e15f':
  build
  fix watch
es6
windy 6 years ago
parent
commit
d427f76344
  1. 8
      dist/_fineui.min.js
  2. 2
      dist/bundle.js
  3. 8
      dist/bundle.min.js
  4. 2
      dist/fineui.js
  5. 8
      dist/fineui.min.js
  6. 2
      dist/fix/fix.js
  7. 2
      dist/utils.min.js

8
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/bundle.js vendored

@ -35356,7 +35356,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
// Deep watchers and watchers on Object/Arrays should fire even
// when the value is the same, because the value may
// have mutated.
this.deep) {
_.isArray(value) || this.deep) {
// set new value
var oldValue = this.value;
this.value = value;

8
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.js vendored

@ -35605,7 +35605,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
// Deep watchers and watchers on Object/Arrays should fire even
// when the value is the same, because the value may
// have mutated.
this.deep) {
_.isArray(value) || this.deep) {
// set new value
var oldValue = this.value;
this.value = value;

8
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fix/fix.js vendored

@ -814,7 +814,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
// Deep watchers and watchers on Object/Arrays should fire even
// when the value is the same, because the value may
// have mutated.
this.deep) {
_.isArray(value) || this.deep) {
// set new value
var oldValue = this.value;
this.value = value;

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save