Explorar el Código

fix link generator

Gregg Tavares hace 6 años
padre
commit
b255110d02
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      threejs/lessons/resources/lesson.js

+ 1 - 1
threejs/lessons/resources/lesson.js

@@ -304,7 +304,7 @@ $(document).ready(function($){
     return a;
   });
 
-  const methodPropertyRE = /^(\w+).(\w+)$/;
+  const methodPropertyRE = /^(\w+)\.(\w+)$/;
   const classRE = /^(\w+)$/;
   $('a').each(function() {
     const href = this.getAttribute('href');