zul/src/main/resources/web/js/zul/wgt/Span.ts

Summary

Maintainability
A
0 mins
Test Coverage
/* Span.js

    Purpose:

    Description:

    History:
        Fri Mar 27 15:19:16     2009, Created by tomyeh

Copyright (C) 2009 Potix Corporation. All Rights Reserved.

This program is distributed under LGPL Version 2.1 in the hope that
it will be useful, but WITHOUT ANY WARRANTY.
*/
/**
 * The same as HTML SPAN tag.
 */
@zk.WrapClass('zul.wgt.Span')
export class Span extends zul.Widget {
}