Skip to content

Commit

Permalink
Fix undefined bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Apr 12, 2017
1 parent f93843c commit 7465afe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions widgetsnbextension/src/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ var embedWidgets = require("./embed_widgets");
var version = require("../package.json").version;
var output = require("./widget_output");

var MIME_TYPE = 'application/vnd.jupyter.widget-view+json';

//--------------------------------------------------------------------
// WidgetManager class
//--------------------------------------------------------------------
Expand Down

0 comments on commit 7465afe

Please sign in to comment.