1239. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2/1/2017 2:57:49 PM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

1239.1 Files compared

# Location File Last Modified
1 C:\Araxis_Merge_Comprasion\Pub_un\BTSSS_CIF_122016.zip\BTSSS_CIF_12_20_16\clean\CRM Portal\trunk\BTSSSPortal\js\ckeditor\plugins\embed plugin.js Tue Dec 20 19:50:46 2016 UTC
2 Wed Feb 1 19:57:49 2017 UTC

1239.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 0 0
Removed 1 6

1239.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

1239.4 Active regular expressions

No regular expressions were active.

1239.5 Comparison detail

1   /*        
2    Copyright  (c) 2003- 2015, CKSo urce - Fre derico Kna bben. All  rights res erved.        
3    This soft ware is co vered by C KEditor Co mmercial L icense. Us age withou t proper l icense is  prohibited .        
4   */        
5   (function( ){CKEDITOR .plugins.a dd("embed" ,{icons:"e mbed",hidp i:!0,requi res:"embed base",init :function( b){var c=C KEDITOR.pl ugins.embe dBase.crea teWidgetBa seDefiniti on(b);CKED ITOR.tools .extend(c, {dialog:"e mbedBase", button:b.l ang.embedb ase.button ,allowedCo ntent:"div [!data-oem bed-url]", requiredCo ntent:"div [data-oemb ed-url]",p roviderUrl :new CKEDI TOR.templa te(b.confi g.embed_pr ovider||"/ /ckeditor. iframe.ly/ api/oembed ?url\x3d{u rl}\x26cal lback\x3d{ callback}" ),styleToA llowedCont entRules:f unction(a) {return{di v:{propert iesOnly:!0 ,        
6   classes:a. getClasses Array(),at tributes:" !data-oemb ed-url"}}} ,upcast:fu nction(a,b ){if("div" ==a.name&& a.attribut es["data-o embed-url" ])return b .url=a.att ributes["d ata-oembed -url"],!0} ,downcast: function(a ){a.attrib utes["data -oembed-ur l"]=this.d ata.url}}, !0);b.widg ets.add("e mbed",c);b .filter.ad dElementCa llback(fun ction(a){i f("data-oe mbed-url"i n a.attrib utes)retur n CKEDITOR .FILTER_SK IP_TREE})} })})();