Skip to content

Commit a919261

Browse files
author
khanspers
committed
fixes typo
1 parent 641b0e0 commit a919261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

development.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,13 +265,13 @@
265265
height:30,
266266
color:'blue',
267267
containerSelector: '#viewport'});
268-
var arcRenderingData = crossPlatformShapesInstance2.arc({
268+
var arc2RenderingData = crossPlatformShapesInstance2.arc({
269269
x:410,
270270
y:90,
271271
width:30,
272272
height:30,
273273
color:'red',
274-
containerSelector: '#viewport'
274+
containerSelector: '#viewport',
275275
rotation:180});
276276
});
277277
</script>

0 commit comments

Comments
 (0)