Sha256: def81de78b9cd1ece693fcf1335b2480d7702053f95e955d275a5bc730bb72dc
Contents?: true
Size: 471 Bytes
Versions: 5
Compression:
Stored size: 471 Bytes
Contents
<html> <head> <script src="../OLLoader.js"></script> <script type="text/javascript"> function test_Surface_constructor (t) { t.plan( 2 ); var g = new OpenLayers.Geometry.Surface(); t.eq(g.CLASS_NAME, "OpenLayers.Geometry.Surface", "correct CLASS_NAME") t.ok(OpenLayers.String.startsWith(g.id, "OpenLayers.Geometry.Surface_"), "id correctly set"); } </script> </head> <body> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems