Cleanup build scripts.

Former-commit-id: 7b3bd75f3482297baacc60479579ff74c56e8966
This commit is contained in:
John-David Dalton
2012-05-15 01:01:48 -04:00
parent ef9a6a0027
commit 4e9688cc18
2 changed files with 24 additions and 38 deletions

View File

@@ -222,7 +222,8 @@
}
/**
* Removes a function and associated code from the `source`.
* Removes the `funcName` function declaration, expression, or assignment and
* associated code from the `source`.
*
* @private
* @param {String} source The source to process.