fix travis
This commit is contained in:
parent
440a6391e9
commit
9a6ad78f63
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ pskl.ToolSelector = (function() {
|
||||||
var currentTool, toolMarkup = '';
|
var currentTool, toolMarkup = '';
|
||||||
for (var toolKey in toolInstances) {
|
for (var toolKey in toolInstances) {
|
||||||
currentTool = toolInstances[toolKey];
|
currentTool = toolInstances[toolKey];
|
||||||
toolMarkup += '<li class="tool-icon ' + currentTool.toolId + '" data-tool-id="' + currentTool.toolId
|
toolMarkup += '<li class="tool-icon ' + currentTool.toolId + '" data-tool-id="' + currentTool.toolId +
|
||||||
+ '" title="' + currentTool.helpText + '"></li>';
|
'" title="' + currentTool.helpText + '"></li>';
|
||||||
}
|
}
|
||||||
$('#tools-container').html(toolMarkup);
|
$('#tools-container').html(toolMarkup);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue