X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Flink%2Fplugin.js;h=6aba141ab6b7118c5528823f0ca4302bd4a0ecd3;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=d583369f2c7dcb03b5f666d36b774d727e98a7ce;hpb=2f22c0c38f17e75be5541089076885442aaa2377;p=ckeditor.git diff --git a/_source/plugins/link/plugin.js b/_source/plugins/link/plugin.js index d583369..6aba141 100644 --- a/_source/plugins/link/plugin.js +++ b/_source/plugins/link/plugin.js @@ -1,10 +1,11 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.add( 'link', { + requires : [ 'fakeobjects', 'dialog' ], init : function( editor ) { // Add the link and unlink buttons. @@ -240,9 +241,7 @@ CKEDITOR.plugins.add( 'link', } }); } - }, - - requires : [ 'fakeobjects' ] + } } ); CKEDITOR.plugins.link =