##// END OF EJS Templates
Explicitly return null if there aren't any results
Explicitly return null if there aren't any results

File last commit:

r14627:f9ac12eb
r14666:201886e9
Show More
widget_int.js
10 lines | 581 B | application/javascript | JavascriptLexer
//----------------------------------------------------------------------------
// Copyright (C) 2013 The IPython Development Team
//
// Distributed under the terms of the BSD License. The full license is in
// the file COPYING, distributed as part of this software.
//----------------------------------------------------------------------------
// This file is a place holder to maintain a one to one mapping of widget_*.py
// files and widget_*.js widget and test files. The Views for this model are
// shared with the bounded int, and can be found in widget_int_range.js.