This commit is contained in:
Dan Hansen and Davis W. Frank
2013-02-26 13:39:06 -08:00
parent 43c8fdd33f
commit d6987a6c84
2 changed files with 1 additions and 2 deletions

View File

@@ -14,7 +14,6 @@
<%= spec_file_tags %>
<script type="text/javascript">
//hello
(function() {
var jasmineEnv = jasmine.getEnv();
jasmineEnv.updateInterval = 1000;

View File

@@ -11,5 +11,5 @@ jasmine.ResultsNode = function(result, type, parent) {
this.last = function() {
return this.children[this.children.length-1];
}
};
};