mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-08 05:42:07 -05:00
Rename _global_ to Global Scope.
This commit is contained in:
parent
9a1879fbd4
commit
d1db98fe68
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
var classLayout = {
|
var classLayout = {
|
||||||
'Paper.js': ['global paper scope:_global_'],
|
'Paper.js': ['Global Scope:_global_'],
|
||||||
'Basic Types': ['Point', 'Size', 'Rectangle', 'Matrix'],
|
'Basic Types': ['Point', 'Size', 'Rectangle', 'Matrix'],
|
||||||
'Items': ['Item', 'Layer', 'Group', 'Raster', 'PlacedSymbol'],
|
'Items': ['Item', 'Layer', 'Group', 'Raster', 'PlacedSymbol'],
|
||||||
'Paths': ['Path', 'CompoundPath', 'Segment', 'Curve', 'PathStyle', 'ruler',
|
'Paths': ['Path', 'CompoundPath', 'Segment', 'Curve', 'PathStyle', 'ruler',
|
||||||
|
|
Loading…
Reference in a new issue