mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
Remove non-used import statement
This commit is contained in:
parent
1bb017c053
commit
79793820ea
@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<!--[if gte IE 9]>
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=9" >
|
|
||||||
<![endif]-->
|
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
web2d = {
|
web2d = {
|
||||||
peer: {}
|
peer: {}
|
||||||
@ -18,8 +14,6 @@
|
|||||||
|
|
||||||
web2d.peer.utils = {};
|
web2d.peer.utils = {};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/javascript" src="utils.js"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function initialize(){
|
function initialize(){
|
||||||
web2d.Toolkit.init();
|
web2d.Toolkit.init();
|
||||||
|
@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<!--[if gte IE 9]>
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=9">
|
|
||||||
<![endif]-->
|
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
web2d = {
|
web2d = {
|
||||||
peer: {}
|
peer: {}
|
||||||
|
@ -14,8 +14,6 @@
|
|||||||
|
|
||||||
web2d.peer.utils = {};
|
web2d.peer.utils = {};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/javascript" src="utils.js"></script>
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.eventForm {
|
.eventForm {
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
web2d.peer.utils = {};
|
web2d.peer.utils = {};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/javascript" src="utils.js"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function multiline(text, family, elemId) {
|
function multiline(text, family, elemId) {
|
||||||
var overflowWorkspace = new web2d.Workspace();
|
var overflowWorkspace = new web2d.Workspace();
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
web2d.peer.utils = {};
|
web2d.peer.utils = {};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/javascript" src="utils.js"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function initialize(){
|
function initialize(){
|
||||||
web2d.Toolkit.init();
|
web2d.Toolkit.init();
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
web2d.peer.utils = {};
|
web2d.peer.utils = {};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/javascript" src="utils.js"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function initialize() {
|
function initialize() {
|
||||||
web2d.Toolkit.init();
|
web2d.Toolkit.init();
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
web2d.peer.utils = {};
|
web2d.peer.utils = {};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/javascript" src="utils.js"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function initialize(){
|
function initialize(){
|
||||||
web2d.Toolkit.init();
|
web2d.Toolkit.init();
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
web2d.peer.utils = {};
|
web2d.peer.utils = {};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/javascript" src="utils.js"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var xScale = 1000;
|
var xScale = 1000;
|
||||||
var yScale = 600;
|
var yScale = 600;
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
web2d.peer.utils = {};
|
web2d.peer.utils = {};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/javascript" src="utils.js"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function initialize() {
|
function initialize() {
|
||||||
web2d.Toolkit.init();
|
web2d.Toolkit.init();
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
web2d.peer.utils = {};
|
web2d.peer.utils = {};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/javascript" src="utils.js"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function initialize() {
|
function initialize() {
|
||||||
web2d.Toolkit.init();
|
web2d.Toolkit.init();
|
||||||
|
@ -14,8 +14,6 @@
|
|||||||
|
|
||||||
web2d.peer.utils = {};
|
web2d.peer.utils = {};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/javascript" src="utils.js"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function zoomIn() {
|
function zoomIn() {
|
||||||
for (i = 0; i < workspaces.length; i++) {
|
for (i = 0; i < workspaces.length; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user