MinRK
|
c72cd05cf3
|
fix docstring in events.js
example shows registering a handler, not triggering an event.
|
12 years ago |
MinRK
|
4097da724b
|
preserve backward-compatible $([IPython.events])
|
12 years ago |
MinRK
|
b1291df14a
|
return global events from require(['base/js/events']).
In master, it is impossible to load code on IPython events without setting timeouts.
|
12 years ago |
Jonathan Frederic
|
0edfdbc703
|
Return dicts instead of classes,
this makes require.js more Python import like.
|
12 years ago |
Jonathan Frederic
|
e6b7cc9ff9
|
Fixed events
|
12 years ago |
Jonathan Frederic
|
9bfe5fc06c
|
Use ipython namepsace for instances.
|
12 years ago |
Jonathan Frederic
|
b1c8d2662c
|
Finished making tree.html requirejs friendly
|
12 years ago |
Jonathan Frederic
|
9f4a03ce79
|
Started work to make tree requirejs friendly.
|
12 years ago |
Matthias BUSSONNIER
|
13ff842be5
|
"use strict" in most (if not all) our javascript
+ fix one variable leaking in global nameespace
|
13 years ago |
MinRK
|
cf726d6a40
|
mv IPython.html.notebook -> IPython.html
|
13 years ago |