Преглед изворни кода

fix for get title

get_title was printing just title before
Allen Lew пре 14 година
родитељ
комит
91a84ced1e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ide-plugin.js

+ 1 - 1
ide-plugin.js

@@ -327,7 +327,7 @@ WDAPI.Driver.prototype.get = function(url) {
 };
 
 WDAPI.Driver.prototype.getTitle = function() {
-  return this.ref + "->title";
+  return this.ref + "->get_title";
 };
 
 WDAPI.Driver.prototype.refresh = function() {