1
0
Fork 0

[minor] formatting fix

closure/master
Mike Gerwitz 2010-12-29 22:51:29 -05:00
parent ca71fc6296
commit 9ef73195c5
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ exports.propParse = function( data, options )
*/
exports.propCopy = function( props, dest, actions )
{
actions = actions || {};
actions = actions || {};
var useOr = function( use, or )
{