1131. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2/1/2017 2:57:46 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.

1131.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\codesnippet\dialogs codesnippet.js Tue Dec 20 19:50:46 2016 UTC
2 Wed Feb 1 19:57:46 2017 UTC

1131.2 Comparison summary

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

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

1131.4 Active regular expressions

No regular expressions were active.

1131.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 .dialog.ad d("codeSni ppet",func tion(c){va r b=c._.co desnippet. langs,d=c. lang.codes nippet,g=d ocument.do cumentElem ent.client Height,e=[ ],f;e.push ([c.lang.c ommon.notS et,""]);fo r(f in b)e .push([b[f ],f]);b=CK EDITOR.doc ument.getW indow().ge tViewPaneS ize();c=Ma th.min(b.w idth-70,80 0);b=b.hei ght/1.5;65 0>g&&(b=g- 220);retur n{title:d. title,minH eight:200, resizable: CKEDITOR.D IALOG_RESI ZE_NONE,co ntents:[{i d:"info",e lements:[{ id:"lang", type:"sele ct",label: d.language ,items:e,s etup:funct ion(a){a.r eady&&        
6   a.data.lan g&&this.se tValue(a.d ata.lang); !CKEDITOR. env.gecko| |a.data.la ng&&a.read y||(this.g etInputEle ment().$.s electedInd ex=-1)},co mmit:funct ion(a){a.s etData("la ng",this.g etValue()) }},{id:"co de",type:" textarea", label:d.co deContents ,setup:fun ction(a){t his.setVal ue(a.data. code)},com mit:functi on(a){a.se tData("cod e",this.ge tValue())} ,required: !0,validat e:CKEDITOR .dialog.va lidate.not Empty(d.em ptySnippet Error),inp utStyle:"c ursor:auto ;width:"+c +"px;heigh t:"+b+"px; tab-size:4 ;text-alig n:left;"," class":"ck e_source"} ]}]}})})() ;