~ubuntu-branches/debian/sid/ipython/sid

« back to all changes in this revision

Viewing changes to IPython/html/static/notebook/js/celltoolbar.js

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2014-09-20 13:54:57 UTC
  • mfrom: (1.4.8)
  • Revision ID: package-import@ubuntu.com-20140920135457-yx7bhrl7ydjsrogy
Tags: 2.3.0-1
* New upstream bugfix release
* drop wx build dependency, not needed for tests anymore (Closes: #760691)
* bump standard to 3.9.6, no changes required
* refresh paths in debian/copyright and adapt to some removed files

Show diffs side-by-side

added added

removed removed

Lines of Context:
254
254
        // which is probably inner_element
255
255
        // or this.element.
256
256
        this.inner_element.empty();
 
257
        this.show();
257
258
 
258
259
        var callbacks = CellToolbar._callback_dict;
259
260
        var preset = CellToolbar._ui_controls_list;