##// END OF EJS Templates
Finished making tree.html requirejs friendly
Finished making tree.html requirejs friendly

File last commit:

r17188:d86a21b3
r17190:94666de2
Show More
namespace.js
8 lines | 219 B | application/javascript | JavascriptLexer
// Copyright (c) IPython Development Team.
// Distributed under the terms of the Modified BSD License.
define([], function(){
var IPython = IPython || {};
IPython.version = "3.0.0-dev";
return IPython;
});