~cdparra/gelee/trunk

« back to all changes in this revision

Viewing changes to webui/ecosystem/workspace/extjs/docs/source/ext-base-begin.html

  • Committer: parra
  • Date: 2010-03-15 15:56:56 UTC
  • Revision ID: svn-v4:ac5bba68-f036-4e09-846e-8f32731cc928:trunk/gelee:1448
merged gelee at svn

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
  <title>The source code</title>
 
4
    <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
 
5
    <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
 
6
</head>
 
7
<body  onload="prettyPrint();">
 
8
    <pre class="prettyprint lang-js">(function(){
 
9
        var libFlyweight;
 
10
        
 
11
        function fly(el) {
 
12
        if (!libFlyweight) {
 
13
            libFlyweight = new Ext.Element.Flyweight();
 
14
        }
 
15
        libFlyweight.dom = el;
 
16
        return libFlyweight;
 
17
    }
 
18
    
 
19
    </pre>    
 
20
</body>
 
21
</html>
 
 
b'\\ No newline at end of file'