JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.4.2
[ckeditor.git] / _source / plugins / flash / plugin.js
index 65e76c5..21772f3 100644 (file)
@@ -5,15 +5,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 \r
 (function()\r
 {\r
-       var flashFilenameRegex = /\.swf(?:$|\?)/i,\r
-               numberRegex = /^\d+(?:\.\d+)?$/;\r
+       var flashFilenameRegex = /\.swf(?:$|\?)/i;\r
 \r
-       function cssifyLength( length )\r
-       {\r
-               if ( numberRegex.test( length ) )\r
-                       return length + 'px';\r
-               return length;\r
-       }\r
+       var cssifyLength = CKEDITOR.tools.cssLength;\r
 \r
        function isFlashEmbed( element )\r
        {\r