Skip to content

Commit

Permalink
Merge branch 't/13132' into major
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Apr 3, 2015
2 parents 1b974b7 + f77281f commit 8b2157e
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 8b2157e

Please sign in to comment.