scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 124  →  ?path2? @ 125
/bower_components/jquery/src/css/var/rmargin.js
@@ -1,5 +1,3 @@
define( function() {
"use strict";
 
return ( /^margin/ );
} );
define(function() {
return (/^margin/);
});