📝 capitalize Function

This commit is contained in:
Kevin Sawicki
2013-10-02 17:01:08 -07:00
parent e700e6ebe8
commit 0bfc4a3a1b

View File

@@ -139,7 +139,7 @@ window.measure = (description, fn) ->
# A String descrption that will be available in the Profiles tab of the dev
# tools.
# * fn:
# A function to profile.
# A Function to profile.
#
# Return the value returned by the given function.
window.profile = (description, fn) ->