Fixed global IPython namespace.

This commit is contained in:
Jonathan Frederic 2014-06-11 14:34:32 -07:00 committed by Jonathan Frederic
parent b1c8d2662c
commit 629204a2bb

View File

@ -1,8 +1,8 @@
// Copyright (c) IPython Development Team.
// Distributed under the terms of the Modified BSD License.
var IPython = IPython || {};
define([], function(){
var IPython = IPython || {};
IPython.version = "3.0.0-dev";
return IPython;
});