Cleanup
This commit is contained in:
@@ -14,7 +14,6 @@
|
|||||||
<%= spec_file_tags %>
|
<%= spec_file_tags %>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
//hello
|
|
||||||
(function() {
|
(function() {
|
||||||
var jasmineEnv = jasmine.getEnv();
|
var jasmineEnv = jasmine.getEnv();
|
||||||
jasmineEnv.updateInterval = 1000;
|
jasmineEnv.updateInterval = 1000;
|
||||||
|
|||||||
@@ -11,5 +11,5 @@ jasmine.ResultsNode = function(result, type, parent) {
|
|||||||
|
|
||||||
this.last = function() {
|
this.last = function() {
|
||||||
return this.children[this.children.length-1];
|
return this.children[this.children.length-1];
|
||||||
}
|
};
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user