Steven Silvester пре 8 година
родитељ
комит
da54086ae5
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) {