Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions javascript/examples/grapheditor/www/js/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,9 @@ Sidebar.prototype.addBasicPalette = function(dir)
*/
Sidebar.prototype.addMiscPalette = function(expand)
{
// Avoids having to bind all functions to "this"
var sb = this;

var lineTags = 'line lines connector connectors connection connections arrow arrows '

var fns = [
Expand Down