Skip to content

Commit

Permalink
Fixed code which breaks after minifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelura authored and Reinmar committed Apr 3, 2015
1 parent 1b974b7 commit f77281f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions samples/toolbarconfigurator/js/toolbartextmodifier.js
Expand Up @@ -511,9 +511,8 @@
try {
var config = {};
( function() {
var CKEDITOR = {};
var CKEDITOR = Function( 'var CKEDITOR = {}; ' + val + '; return CKEDITOR;' )();

eval( val );
CKEDITOR.editorConfig( config );
parsed = config;
} )();
Expand Down

0 comments on commit f77281f

Please sign in to comment.