Change to url instead of text

pull/85/head
Ruben Daniels 2015-04-21 17:24:46 +00:00
rodzic d495c11fea
commit e3c2fb0c71
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -125,7 +125,7 @@ define(function(require, exports, module) {
loadIframe(pluginName, function(err, tab){
if (err) return callback(err);
tab.editor.setLocation("Test for '" + pluginName + "'")
tab.editor.setLocation("test://" + pluginName)
// Wait until iframe is loaded
plugin.once("ready", function(){