1242. 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.

1242.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\embedsemantic plugin.js Tue Dec 20 19:50:44 2016 UTC
2 Wed Feb 1 19:57:49 2017 UTC

1242.2 Comparison summary

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

1242.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

1242.4 Active regular expressions

No regular expressions were active.

1242.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("embeds emantic",{ icons:"emb edsemantic ",hidpi:!0 ,requires: "embedbase ",onLoad:f unction(){ this.regis terOembedT ag()},init :function( a){var b=C KEDITOR.pl ugins.embe dBase.crea teWidgetBa seDefiniti on(a),d=b. init;CKEDI TOR.tools. extend(b,{ dialog:"em bedBase",b utton:a.la ng.embedba se.button, allowedCon tent:"oemb ed",requir edContent: "oembed",s tyleableEl ements:"oe mbed",prov iderUrl:ne w CKEDITOR .template( a.config.e mbed_provi der||"//ck editor.ifr ame.ly/api /oembed?ur l\x3d{url} \x26callba ck\x3d{cal lback}"),        
6   init:funct ion(){var  e=this;d.c all(this); this.once( "ready",fu nction(){t his.data.l oadOnReady &&this.loa dContent(t his.data.u rl,{callba ck:functio n(){e.setD ata("loadO nReady",!1 );a.fire(" updateSnap shot")}})} )},upcast: function(a ,b){if("oe mbed"==a.n ame){var c =a.childre n[0];if(c& &c.type==C KEDITOR.NO DE_TEXT&&c .value)ret urn b.url= c.value,b. loadOnRead y=!0,c=new  CKEDITOR. htmlParser .element(" div"),a.re placeWith( c),c.attri butes["cla ss"]=a.att ributes["c lass"],c}} ,downcast: function(a ){var b=ne w CKEDITOR .htmlParse r.element( "oembed");        
7   b.add(new  CKEDITOR.h tmlParser. text(this. data.url)) ;a.attribu tes["class "]&&(b.att ributes["c lass"]=a.a ttributes[ "class"]); return b}} ,!0);a.wid gets.add(" embedSeman tic",b)},r egisterOem bedTag:fun ction(){va r a=CKEDIT OR.dtd,b;a .oembed={" #":1};for( b in a)a[b ].div&&(a[ b].oembed= 1)}})})();