diagram-js
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -76,3 +76,3 @@ 'use strict'; | ||
mousedown: 'element.mousedown', | ||
mouseup: 'element.mouseup', | ||
mouseup: 'element.mouseup' | ||
}; | ||
@@ -79,0 +79,0 @@ |
module.exports = { | ||
__init__: [ 'palette' ], | ||
palette: [ 'type', require('./Palette') ], | ||
palette: [ 'type', require('./Palette') ] | ||
}; |
@@ -145,3 +145,3 @@ 'use strict'; | ||
start: Math.min.apply(null, coordinates) - 5000, | ||
end: Math.max.apply(null, coordinates) + 5000, | ||
end: Math.max.apply(null, coordinates) + 5000 | ||
}; | ||
@@ -148,0 +148,0 @@ } |
@@ -19,3 +19,3 @@ 'use strict'; | ||
'click', | ||
'dblclick', | ||
'dblclick' | ||
]; | ||
@@ -22,0 +22,0 @@ |
{ | ||
"name": "diagram-js", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "A modeling framework for the web", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
517885