kopia lustrzana https://github.com/c9/core
tweak
rodzic
f2a2d76025
commit
de2578c2dc
|
@ -125,7 +125,7 @@ define(function(require, exports, module) {
|
||||||
loadIframe(pluginName, function(err, tab){
|
loadIframe(pluginName, function(err, tab){
|
||||||
if (err) return callback(err);
|
if (err) return callback(err);
|
||||||
|
|
||||||
tab.editor.setLocation("Test for `" + pluginName + "`")
|
tab.editor.setLocation("Test for '" + pluginName + "'")
|
||||||
|
|
||||||
// Wait until iframe is loaded
|
// Wait until iframe is loaded
|
||||||
plugin.once("ready", function(){
|
plugin.once("ready", function(){
|
||||||
|
|
Ładowanie…
Reference in New Issue