setup: function (baseUrl, devModeCheck) { where devModeCheck is a function that will be called.
Is there any commonly-used naming convention in javascript that makes this intention obvious?
devModeCheckFunc and fDevModeCheck both seem kind-of horrible.