pari: branch 2.0 r3887 - /branches/2.0/config/js/astman.js
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu Sep 25 11:39:01 CDT 2008
Author: pari
Date: Thu Sep 25 11:39:00 2008
New Revision: 3887
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3887
Log:
silly syntax error causing gui to not work
Modified:
branches/2.0/config/js/astman.js
Modified: branches/2.0/config/js/astman.js
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/js/astman.js?view=diff&rev=3887&r1=3886&r2=3887
==============================================================================
--- branches/2.0/config/js/astman.js (original)
+++ branches/2.0/config/js/astman.js Thu Sep 25 11:39:00 2008
@@ -3002,7 +3002,7 @@
x.callActions(after); // where after is the callback function
*/
- if ( !(this instanceof listOfActions) ) { return (fn ? )new listOfActions(fn) : new listOfActions() ; }
+ if ( !(this instanceof listOfActions) ) { return (fn) ? new listOfActions(fn) : new listOfActions() ; }
this.FILE_CONTENT = null ;
this.current_batch = 1 ;
More information about the asterisk-gui-commits
mailing list