Browse Source

Merge pull request #172 in FUI/fineui from ~GUY/fineui:master to master

* commit 'ea6b8896a0cced32e1971005cf407583a3994d03':
  update
es6
guy 7 years ago
parent
commit
1f5149d96f
  1. 2
      dist/fix/fix.js

2
dist/fix/fix.js vendored

@ -1022,7 +1022,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
});
return;
}
if (/\*\*|\*$/.test(exp)) {
if (/\*\*$|\*$/.test(exp)) {
throw new Error('not support');
}
//其他含有*的情况,如*.a,*.*.a,a.*.a.*

Loading…
Cancel
Save