Skip to content

Commit

Permalink
Refactor ES6 module structure/split up Util
Browse files Browse the repository at this point in the history
This commit restructures many of the ES6 modules, splitting them
up to actual export multiple functions instead of a single object.

It also splits up Util into multiple sub-modules, to make it easier
to maintain.

Finally, localisation is renamed to localization.
  • Loading branch information
DirectXMan12 committed Mar 21, 2017
1 parent 6e74411 commit 6d6f0db
Show file tree
Hide file tree
Showing 21 changed files with 5,617 additions and 5,649 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ utils/websockify
/build
/lib
recordings
*.swp
*~
17 changes: 3 additions & 14 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,9 @@ Public License 2.0). The noVNC core library is composed of the
Javascript code necessary for full noVNC operation. This includes (but
is not limited to):

core/base64.js
core/des.js
core/display.js
core/input/devices.js
core/input/keysym.js
core/logo.js
core/playback.js
core/rfb.js
app/ui.js
core/util.js
core/websock.js
app/webutil.js
core/input/xtscancodes.js
core/inflator.js
core/**/*.js
app/*.js
test/playback.js

The HTML, CSS, font and images files that included with the noVNC
source distibution (or repository) are not considered part of the
Expand Down
Loading

0 comments on commit 6d6f0db

Please sign in to comment.