Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
this.request({ action: 'getTypeFormatContents', });
2
 
3
addTypeFormatButton.addClickEvent(function() {
4
   self.addNewTypeFormat();
5
});
6
 
7
var x = {};
8
 
9
var y = {
10
   VarOne  : 'If you ask me, thats if you ask',
11
   VarTwo  : ['Alonzo played you', 'for a fool', 'esse'],
12
   VarThree: function(arg) {
13
       console.info(1);
14
   }
15
};
16
 
17
var z = {
18
   VarOne  : 'If you ask me, thats if you ask',
19
   VarTwo  : ['Alonzo played you', 'for a fool', 'esse'],
20
   VarThree: function(arg) {
21
       console.info(1);
22
   },
23
};
24
 
25
var x = function() {
26
   console.info(2);
27
};
28
 
29
AssetListingEditWidgetType.prototype = {
30
   init: function(data, assetid, editables)
31
   {
32
   }
33
};
34
 
35
AssetListingEditWidgetType.prototype = {
36
   init: function(data, assetid, editables)
37
   {
38
   },
39
};