mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
Missing semicolumn!!
This commit is contained in:
parent
0d624c4cb6
commit
b49efd89a7
@ -21,7 +21,7 @@ export function initAngular1(plugins) {
|
|||||||
}
|
}
|
||||||
funcs['name'] = name;
|
funcs['name'] = name;
|
||||||
return funcs;
|
return funcs;
|
||||||
}])
|
}]);
|
||||||
})(serviceName, cls, name);
|
})(serviceName, cls, name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user