Remove unneeded mootools and FABridge test.

mootools is no longer needed. The bug that the FABridge test was
testing has been resolved in web-socket-js so it's no longer needed.
This commit is contained in:
Joel Martin
2010-07-06 12:14:38 -05:00
parent 81e5adafef
commit 447cd4ade3
14 changed files with 4 additions and 2781 deletions

View File

@@ -8,14 +8,6 @@
"use strict";
/*global $, RFB, Canvas, VNC_uri_prefix, Element, Fx */
// Load mootools
(function () {
var pre = (typeof VNC_uri_prefix !== "undefined") ?
VNC_uri_prefix : "include/";
document.write("<script src='" + pre + "mootools.js'><\/script>");
}());
var DefaultControls = {
load: function(target) {