8000 fix(loader): define isFunction · MWGitHub/angular.js@9ea52d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ea52d8

Browse files
jerryorta-devlgalfaso
authored andcommitted
fix(loader): define isFunction
Closes: angular#12299 Closes: angular#12287
1 parent d518a64 commit 9ea52d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/loader.prefix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
*/
66
'use strict';
77
(function() {
8+
function isFunction(value) {return typeof value === 'function';};

0 commit comments

Comments
 (0)
0