app/tiny_mce/plugins/example/langs/en.js
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 06 Dec 2008 12:13:19 +0000
changeset 677 c8f24e3078b8
parent 154 d2377425d3f2
permissions -rwxr-xr-x
Fix scope lookup for unscoped entities As scope_logic is now always set (since r1250), we need to check if it is None, rather than check if it exists. Patch by: Sverre Rabbelier

tinyMCE.addI18n('en.example',{
	desc : 'This is just a template button'
});