##// END OF EJS Templates
Fix javascript iteration through array...
Fix javascript iteration through array for(var k in config) was assigning k to the properties of Array, not just the numeric indices the second argument of add_buttons_group, k[1], should be config[k][1]
Jason Grout -
r19555:f622d016
Show More
Name Size Modified Last Commit Author
/ IPython / kernel / tests
__init__.py Loading ...
test_adapter.py Loading ...
test_connect.py Loading ...
test_kernel.py Loading ...
test_kernelmanager.py Loading ...
test_kernelspec.py Loading ...
test_launcher.py Loading ...
test_message_spec.py Loading ...
test_multikernelmanager.py Loading ...
test_public_api.py Loading ...
utils.py Loading ...