rake jasmine:build no longer builds docs; use default for that.

This commit is contained in:
Christian Williams
2009-11-26 10:41:10 -05:00
parent 4ebc3b5964
commit 2cb5bf146c
2 changed files with 24 additions and 12 deletions

View File

@@ -539,13 +539,6 @@ jasmine.include = function(url, opt_global) {
return eval(xhr.responseText);
}
};
jasmine.version_= {
"major": 0,
"minor": 10,
"build": 0,
"revision": 1259249316
};
/**
* @namespace
*/
@@ -2235,3 +2228,10 @@ window.clearInterval = function(timeoutKey) {
}
};
jasmine.version_= {
"major": 0,
"minor": 10,
"build": 0,
"revision": 1259250030
};