1325. Araxis Merge File Comparison Report

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

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

1325.2 Comparison summary

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

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

1325.4 Active regular expressions

No regular expressions were active.

1325.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   CKEDITOR.p lugins.add ("menubutt on",{requi res:"butto n,menu",on Load:funct ion(){var  d=function (c){var a= this._,b=a .menu;a.st ate!==CKED ITOR.TRIST ATE_DISABL ED&&(a.on& &b?b.hide( ):(a.previ ousState=a .state,b|| (b=a.menu= new CKEDIT OR.menu(c, {panel:{cl assName:"c ke_menu_pa nel",attri butes:{"ar ia-label": c.lang.com mon.option s}}}),b.on Hide=CKEDI TOR.tools. bind(funct ion(){var  b=this.com mand?c.get Command(th is.command ).modes:th is.modes;t his.setSta te(!b||b[c .mode]?a.p reviousSta te:CKEDITO R.TRISTATE _DISABLED) ;a.on=0},t his),        
6   this.onMen u&&b.addLi stener(thi s.onMenu)) ,this.setS tate(CKEDI TOR.TRISTA TE_ON),a.o n=1,setTim eout(funct ion(){b.sh ow(CKEDITO R.document .getById(a .id),4)},0 )))};CKEDI TOR.ui.men uButton=CK EDITOR.too ls.createC lass({base :CKEDITOR. ui.button, $:function (c){delete  c.panel;t his.base(c );this.has Arrow=!0;t his.click= d},statics :{handler: {create:fu nction(c){ return new  CKEDITOR. ui.menuBut ton(c)}}}} )},beforeI nit:functi on(d){d.ui .addHandle r(CKEDITOR .UI_MENUBU TTON,CKEDI TOR.ui.men uButton.ha ndler)}});        
7   CKEDITOR.U I_MENUBUTT ON="menubu tton";