pull/85/head
Ruben Daniels 2015-04-21 01:54:01 +00:00
rodzic f2a2d76025
commit de2578c2dc
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 for '" + pluginName + "'")
// Wait until iframe is loaded
plugin.once("ready", function(){