فهرست منبع

Merge pull request #1351 from blink1073/fix-html

Fix syntax in lab.html
Steven Silvester 8 سال پیش
والد
کامیت
472db52d33
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      jupyterlab/lab.html

+ 1 - 1
jupyterlab/lab.html

@@ -55,7 +55,7 @@ Distributed under the terms of the Modified BSD License.
    * Get the plugins for an entry point.
    */
   var getEntryPoint = function (entryPoint) {
-    let plugins = loader.require(entryPoint);
+    var plugins = loader.require(entryPoint);
     try {
       plugins = loader.extractPlugins(plugins);
     } catch (err) {