mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-03-11 18:02:16 +08:00
9 lines
132 B
JavaScript
9 lines
132 B
JavaScript
define(function () {
|
|
|
|
// Predicate-generating function. Often useful outside of Underscore.
|
|
function noop(){}
|
|
|
|
return noop;
|
|
|
|
});
|