Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Starbeamrainbowlabs
line-simplification
Commits
be2a35a6
Verified
Commit
be2a35a6
authored
Nov 28, 2017
by
Starbeamrainbowlabs
Browse files
Add es6 modules support message
parent
7a39d2b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
demo.css
demo.css
+6
-0
demo.html
demo.html
+2
-0
demo.js
demo.js
+2
-0
No files found.
demo.css
View file @
be2a35a6
...
...
@@ -55,3 +55,9 @@ body
background
:
var
(
--debug-value-background-style
);
border-radius
:
0.2em
;
}
#message-es6-modules
{
position
:
relative
;
z-index
:
1000
;
}
demo.html
View file @
be2a35a6
...
...
@@ -7,6 +7,8 @@
<body>
<canvas
id=
"canvas-main"
></canvas>
<p
id=
"message-es6-modules"
>
Sorry, your browser doesn't support es6 modules. Try upgrading your browser or enabling support in about:config or chrome://flags.
</p>
<div
class=
"debug-data"
>
<ul>
<li>
Points:
<output
id=
"output-point-count"
></output>
➞
<output
id=
"output-simple-point-count"
></output></li>
...
...
demo.js
View file @
be2a35a6
...
...
@@ -146,6 +146,8 @@ class RDPDemo
window
.
addEventListener
(
"
load
"
,
function
(
event
)
{
document
.
getElementById
(
"
message-es6-modules
"
).
style
.
display
=
"
none
"
;
this
.
rdpDemo
=
new
RDPDemo
();
this
.
rdpDemo
.
nextFrame
();
});
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