Changeset 630


Ignore:
Timestamp:
05/27/09 20:55:10 (3 years ago)
Author:
jf.hovinne
Message:

Updated version to rc1. Typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wymeditor/jquery.wymeditor.js

    r626 r630  
    11/** 
    2  * @version 0.5-b3 
     2 * @version 0.5-rc1 
    33 * 
    44 * WYMeditor : what you see is What You Mean web-based editor 
     
    121121*/ 
    122122 
    123     VERSION             : "0.5-b3", 
     123    VERSION             : "0.5-rc1", 
    124124    INSTANCES           : [], 
    125125    STRINGS             : [], 
     
    134134    SKINS_DEFAULT_CSS   : "skin.css", 
    135135    SKINS_DEFAULT_JS    : "skin.js", 
    136         LANG_DEFAULT_PATH   : "lang/", 
     136    LANG_DEFAULT_PATH   : "lang/", 
    137137    IFRAME_BASE_PATH    : "{Wym_Iframe_Base_Path}", 
    138138    IFRAME_DEFAULT      : "iframe/default/", 
     
    201201    FORMAT_BLOCK        : "FormatBlock", 
    202202    PREVIEW             : "Preview", 
    203          
    204         UNLINK                       : "Unlink", 
    205         INSERT_UNORDEREDLIST : "InsertUnorderedList", 
    206         INSERT_ORDEREDLIST       : "InsertOrderedList", 
     203    UNLINK                              : "Unlink", 
     204    INSERT_UNORDEREDLIST: "InsertUnorderedList", 
     205    INSERT_ORDEREDLIST  : "InsertOrderedList", 
    207206 
    208207    MAIN_CONTAINERS : new Array("p","h1","h2","h3","h4","h5","h6","pre","blockquote"), 
Note: See TracChangeset for help on using the changeset viewer.