comparison media/js/tiny_mce/utils/editable_selects.js @ 183:149c3567fec1

Updated to TinyMCE version 3.3.2. This is for #57.
author Brian Neal <bgneal@gmail.com>
date Sun, 28 Mar 2010 21:47:48 +0000
parents a5b4c5ce0658
children
comparison
equal deleted inserted replaced
182:5c889b587416 183:149c3567fec1
1 /** 1 /**
2 * $Id: editable_selects.js 867 2008-06-09 20:33:40Z spocke $ 2 * editable_selects.js
3 * 3 *
4 * Makes select boxes editable. 4 * Copyright 2009, Moxiecode Systems AB
5 * Released under LGPL License.
5 * 6 *
6 * @author Moxiecode 7 * License: http://tinymce.moxiecode.com/license
7 * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved. 8 * Contributing: http://tinymce.moxiecode.com/contributing
8 */ 9 */
9 10
10 var TinyMCE_EditableSelects = { 11 var TinyMCE_EditableSelects = {
11 editSelectElm : null, 12 editSelectElm : null,
12 13