UNPKG
alpha-one
Version:
latest (0.0.23)
0.0.23
0.0.22
0.0.21
0.0.20
0.0.19
0.0.18
0.0.17
0.0.16
0.0.15
0.0.7
0.0.6
0.0.5
0.0.1
0.0.0
ideas about recurring tasks in Web- and Backend-Application building
alpha-one
/
common
/
jquery.com
/
jquery-ui-1.10.3
/
tests
/
unit
/
resizable
/
resizable_methods.js
13 lines
(9 loc)
•
222 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/* * resizable_methods.js */
(function($) {
module
("resizable: methods");
// this is here to make JSHint pass "unused", and we don't want to
// remove the parameter for when we finally implement
$
.noop
(); })(jQuery);