UNPKG
stitches
Version:
latest (1.2.11)
1.2.11
Stitches is an HTML5 sprite sheet generator.
draeton.github.com/stitches/
draeton/stitches
stitches
/
src
/
js
/
wrap
/
jquery.js
14 lines
(13 loc)
•
261 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** * # wrap/jquery * * Wrap global instance for use in RequireJS modules * * > http://draeton.github.com/stitches<br/> * > Copyright 2013 Matthew Cobbs<br/> * > Licensed under the MIT license. */
define
(function () { "
use
strict"; return jQuery; });