PHP Classes

File: public/js/tinymce/src/themes/mobile/src/main/js/channels/TinyChannels.js

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   GoLavaCMS   public/js/tinymce/src/themes/mobile/src/main/js/channels/TinyChannels.js   Download  
File: public/js/tinymce/src/themes/mobile/src/main/js/channels/TinyChannels.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: GoLavaCMS
Publish content on Web pages with SEO support
Author: By
Last change:
Date: 6 years ago
Size: 444 bytes
 

Contents

Class file image Download
define( 'tinymce.themes.mobile.channels.TinyChannels', [ 'ephox.katamari.api.Fun' ], function (Fun) { var formatChanged = 'formatChanged'; var orientationChanged = 'orientationChanged'; var dropupDismissed = 'dropupDismissed'; return { formatChanged: Fun.constant(formatChanged), orientationChanged: Fun.constant(orientationChanged), dropupDismissed: Fun.constant(dropupDismissed) }; } );