From 195bb5267a6ece13363303e177fee7d1fa3941aa Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期二, 19 十一月 2024 15:25:25 +0800
Subject: [PATCH] 修改

---
 web/public/SVGOrigin/Method-Draw-master/test/select_test.html |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/web/public/SVGOrigin/Method-Draw-master/test/select_test.html b/web/public/SVGOrigin/Method-Draw-master/test/select_test.html
index 388e8d4..70335e7 100644
--- a/web/public/SVGOrigin/Method-Draw-master/test/select_test.html
+++ b/web/public/SVGOrigin/Method-Draw-master/test/select_test.html
@@ -69,7 +69,7 @@
 		setUp();
 		svgedit.select.init(mockConfig, mockFactory);
 	}
-	
+
 	function tearDown() {
 		while (sandbox.hasChildNodes()) {
 			sandbox.removeChild(sandbox.firstChild);
@@ -90,7 +90,7 @@
 		equals(typeof svgedit.select.init, typeof function(){});
 		equals(typeof svgedit.select.getSelectorManager, typeof function(){});
 	});
-	
+
 	test('Test Selector DOM structure', function() {
 		expect(26);
 
@@ -140,15 +140,15 @@
 		tearDown();
 	});
 
-  }); 
-  </script>  
-</head>  
-<body>  
+  });
+  </script>
+</head>
+<body>
   <h1 id='qunit-header'>Unit Tests for select.js</h1>
   <h2 id='qunit-banner'></h2>
   <h2 id='qunit-userAgent'></h2>
   <ol id='qunit-tests'>
   </ol>
   <div id='sandbox'></div>
-</body>  
+</body>
 </html>

--
Gitblit v1.9.1