##// END OF EJS Templates
define clear_cookie on websocket handler...
define clear_cookie on websocket handler as a no-op

File last commit:

r9286:5c55f6b4
r10357:3ac44d1c
Show More
component.json
7 lines | 130 B | application/json | JsonLexer
Matthias BUSSONNIER
use bootstrap as component with bower
r9282 {
"name": "ipython-notebook",
"version": "0.0.1",
"dependencies": {
"bootstrap": "~2.2.2",
Matthias BUSSONNIER
add less.js in component.json
r9286 "less.js": "~1.3.3"
Matthias BUSSONNIER
use bootstrap as component with bower
r9282 }
Matthias BUSSONNIER
add less.js in component.json
r9286 }