Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
freecad_x3d
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
freecad_x3d
Commits
c56784f0
Commit
c56784f0
authored
Dec 19, 2015
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fixes
parent
eaa6f743
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
viewmodel.js
x3d_web_viewer/viewmodel.js
+5
-5
No files found.
x3d_web_viewer/viewmodel.js
View file @
c56784f0
...
...
@@ -297,8 +297,8 @@ function model_init(){
removeBOM
();
showBOM
();
resize
();
//
unbindCanvas();
//
bindCanvas();
unbindCanvas
();
bindCanvas
();
}
var
block_load_events
=
false
;
...
...
@@ -338,19 +338,19 @@ function run2(){
console
.
log
(
"fire init (1)"
);
model_init
();
//unbindCanvas();
bindCanvas
();
//
bindCanvas();
}
if
(
load_counter
==
(
load_limit
-
2
)){
console
.
log
(
"fire init (limit-2)"
);
model_init
();
//unbindCanvas();
bindCanvas
();
//
bindCanvas();
}
}
});
}
if
(
inlines
.
length
==
1
)
{
bindCanvas
();
//
bindCanvas();
model_init
();
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment