scratch – Blame information for rev 126

Subversion Repositories:
Rev:
Rev Author Line No. Line
58 office 1 define( [
2 "../var/pnum"
3 ], function( pnum ) {
4  
5 "use strict";
6  
7 return new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" );
8  
9 } );