comparison default/node_modules/shoestring/src/dom/outerWidth.js @ 0:1d038bc9b3d2 default tip

Up:default
author Liny <dev@neowd.com>
date Sat, 31 May 2025 09:21:51 +0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1d038bc9b3d2
1 //>>excludeStart("exclude", pragmas.exclude);
2 define([ "shoestring" ], function(){
3 //>>excludeEnd("exclude");
4
5 //>>includeStart("development", pragmas.development);
6 shoestring.fn.outerWidth = function(){
7 shoestring.error( 'outer-width' );
8 };
9 //>>includeEnd("development");
10
11 //>>excludeStart("exclude", pragmas.exclude);
12 });
13 //>>excludeEnd("exclude");