cleanup and apply editorconfig
This commit is contained in:
parent
8550501fb2
commit
2c3d3e5df0
2 changed files with 8 additions and 8 deletions
|
|
@ -55,7 +55,6 @@
|
||||||
"camelcase": 2,
|
"camelcase": 2,
|
||||||
"comma-spacing": 2,
|
"comma-spacing": 2,
|
||||||
"comma-style": 2,
|
"comma-style": 2,
|
||||||
"comma-dangle": [2, "never"],
|
|
||||||
"consistent-this": [2, "self"],
|
"consistent-this": [2, "self"],
|
||||||
"eol-last": 2,
|
"eol-last": 2,
|
||||||
"func-style": [2, "declaration"],
|
"func-style": [2, "declaration"],
|
||||||
|
|
|
||||||
|
|
@ -1352,7 +1352,8 @@
|
||||||
|
|
||||||
m.prop = function (store) {
|
m.prop = function (store) {
|
||||||
if ((store != null && (isObject(store) || isFunction(store)) ||
|
if ((store != null && (isObject(store) || isFunction(store)) ||
|
||||||
((typeof Promise !== "undefined") && (store instanceof Promise))) &&
|
((typeof Promise !== "undefined") &&
|
||||||
|
(store instanceof Promise))) &&
|
||||||
isFunction(store.then)) {
|
isFunction(store.then)) {
|
||||||
return propify(store)
|
return propify(store)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue