Procházet zdrojové kódy

fix link generator

Gregg Tavares před 6 roky
rodič
revize
b255110d02
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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');