瀏覽代碼

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() {