A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/bootstrap-vue/bootstrap-vue/commit/a79d98a78f68ba3c15e626928f5e5208aba05d2f below:

legacy browser support (closes #62… · bootstrap-vue/bootstrap-vue@a79d98a · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-1

lines changed Original file line number Diff line number Diff line change

@@ -94,4 +94,5 @@ const configurablePropDefaultFnName = makePropConfigurable({}, '', '').default.n

94 94 95 95

// Detect wether the given value is currently a function

96 96

// and isn't the props default function

97 -

export const hasPropFunction = fn => isFunction(fn) && fn.name !== configurablePropDefaultFnName

97 +

export const hasPropFunction = fn =>

98 +

isFunction(fn) && fn.name && fn.name !== configurablePropDefaultFnName

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4