scratch – Blame information for rev 125

Subversion Repositories:
Rev:
Rev Author Line No. Line
125 office 1 define([
58 office 2 "../../core",
3 "../../selector"
4 ], function( jQuery ) {
5 return jQuery.expr.match.needsContext;
125 office 6 });