##// END OF EJS Templates
remove superfluous then
MinRK -
Show More
@@ -67,11 +67,9 b' casper.delete_current_notebook = function () {'
67 };
67 };
68
68
69 casper.wait_for_idle = function () {
69 casper.wait_for_idle = function () {
70 this.then(function () {
70 this.waitFor(function () {
71 this.waitFor(function () {
71 return this.evaluate(function () {
72 return this.evaluate(function () {
72 return IPython._status == 'idle';
73 return IPython._status == 'idle';
74 });
75 });
73 });
76 });
74 });
77 };
75 };
General Comments 0
You need to be logged in to leave comments. Login now