Deprecate jasmine.include().

This commit is contained in:
Christian Williams
2010-03-24 13:53:34 -07:00
parent d6353a3db2
commit 1469f83262
2 changed files with 21 additions and 23 deletions

View File

@@ -558,6 +558,7 @@ jasmine.XmlHttpRequest = (typeof XMLHttpRequest == "undefined") ? function() {
*
* @param {String} url path to the file to include
* @param {Boolean} opt_global
* @deprecated We suggest you use a different method of including JS source files. <code>jasmine.include</code> will be removed soon.
*/
jasmine.include = function(url, opt_global) {
if (opt_global) {