Index: sm/trunk-jpl/src/m/plot/initWebGL.js
===================================================================
--- /issm/trunk-jpl/src/m/plot/initWebGL.js	(revision 19725)
+++ 	(revision )
@@ -1,17 +1,0 @@
-function initWebGL(canvas) {
-	gl = null;
-
-	try {
-		// Try to grab the standard context. If it fails, fallback to experimental.
-		gl = canvas.getContext("webgl") || canvas.getContext("experimental-webgl");
-	}
-	catch(e) {}
-
-	// If we don't have a GL context, give up now
-	if (!gl) {
-		alert("Unable to initialize WebGL. Your browser may not support it.");
-		gl = null;
-	}
-
-	return gl;
-}
Index: /issm/trunk-jpl/src/m/plot/webgl.js
===================================================================
--- /issm/trunk-jpl/src/m/plot/webgl.js	(revision 19726)
+++ /issm/trunk-jpl/src/m/plot/webgl.js	(revision 19726)
@@ -0,0 +1,17 @@
+function initWebGL(canvas) {
+	gl = null;
+
+	try {
+		// Try to grab the standard context. If it fails, fallback to experimental.
+		gl = canvas.getContext("webgl") || canvas.getContext("experimental-webgl");
+	}
+	catch(e) {}
+
+	// If we don't have a GL context, give up now
+	if (!gl) {
+		alert("Unable to initialize WebGL. Your browser may not support it.");
+		gl = null;
+	}
+
+	return gl;
+}
Index: /issm/trunk-jpl/test/NightlyRun/test101.html
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test101.html	(revision 19725)
+++ /issm/trunk-jpl/test/NightlyRun/test101.html	(revision 19726)
@@ -19,5 +19,5 @@
 <script type="text/javascript" src="../../src/m/plot/processmesh.js"></script>
 <script type="text/javascript" src="../../src/m/plot/processdata.js"></script>
-<script type="text/javascript" src="../../src/m/plot/initWebGL.js"></script>
+<script type="text/javascript" src="../../src/m/plot/webgl.js"></script>
 <script type="text/javascript" src="../../src/m/plot/plot_unit.js"></script>
 <script type="text/javascript" src="../../src/m/plot/checkplotoptions.js"></script>
