* Port to be Cappuccino compatible (need to use GLOBAL() in fiture)
* Reverting to my zoom method
This commit is contained in:
+2
-3
@@ -6,13 +6,12 @@
|
||||
* See README.md for usage and integration instructions.
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
//"use strict";
|
||||
/*jslint white: false, browser: true, bitwise: false */
|
||||
/*global window, WebSocket, Util, Canvas, VNC_native_ws, Base64, DES */
|
||||
|
||||
|
||||
function RFB(conf) {
|
||||
|
||||
RFB = function(conf) {
|
||||
conf = conf || {}; // Configuration
|
||||
var that = {}, // Public API interface
|
||||
|
||||
|
||||
Reference in New Issue
Block a user