* Port to be Cappuccino compatible (need to use GLOBAL() in fiture)

* Reverting to my zoom method
This commit is contained in:
primalmotion
2010-08-03 13:52:56 +02:00
parent 5e5d81dd86
commit 434699bf23
2 changed files with 34 additions and 23 deletions
+2 -3
View File
@@ -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