mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2025-06-11 18:43:22 +02:00
Create libraries directory
This commit is contained in:
@ -59,10 +59,12 @@
|
||||
workspacePosition();
|
||||
|
||||
// Draw a reference grid.
|
||||
var container = document.getElementById("sizeExampleContainer");
|
||||
var grid = new Grid(container, 35, 12);
|
||||
grid.setPosition("0px", "0px")
|
||||
grid.render();
|
||||
|
||||
// Enable when JS is loading ...
|
||||
// var container = document.getElementById("sizeExampleContainer");
|
||||
// var grid = new Grid(container, 35, 12);
|
||||
// grid.setPosition("0px", "0px")
|
||||
// grid.render();
|
||||
|
||||
// Define a workspace using pixels and inchs.
|
||||
var workspacePixel = new web2d.Workspace();
|
||||
|
Reference in New Issue
Block a user