Skip to content

Commit 5f12720

Browse files
jerryorta-devnetman92
authored andcommitted
fix(loader): define isFunction
Closes: angular#12299 Closes: angular#12287
1 parent 9e2d4fe commit 5f12720

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/loader.prefix

+1
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)