// Copyright (c) IPython Development Team. // Distributed under the terms of the Modified BSD License. define(['jquery'], function($){ "use strict"; var ScrollSelector = function(element, notebook) { // Public constructor. this.notebook = notebook; $('') .addClass('nabar-text') .text('Scrolling Mode:') .appendTo(element); this._combo = $('