Skip to content

Commit

Permalink
the define needs no dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Sep 26, 2017
1 parent df841d6 commit bdd0966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/static/notebook/js/object-to-preact.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

define([], function() {
define(function() {
"use strict";
// Since apparently this is global rather than part of the UMD loading
var preact = window.preact;
Expand Down

0 comments on commit bdd0966

Please sign in to comment.