Quellcode durchsuchen

Merge pull request #16 from enlewof/master

Fix for get_title in IDE
Gordon Child vor 14 Jahren
Ursprung
Commit
41257e858e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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() {