Home
last modified time | relevance | path

Searched refs:Abstract (Results 1 – 2 of 2) sorted by relevance

/template/a_new_day/js/
H A Dprototype.js28 var Abstract = new Object(); class
1617 Abstract.Insertion = function(adjacency) {
1621 Abstract.Insertion.prototype = {
1669 Insertion.Top.prototype = Object.extend(new Abstract.Insertion('afterBegin'), {
1697 Insertion.After.prototype = Object.extend(new Abstract.Insertion('afterEnd'), {
2082 Abstract.TimedObserver = function() {}
2083 Abstract.TimedObserver.prototype = {
2116 Form.Observer.prototype = Object.extend(new Abstract.TimedObserver(), {
2124 Abstract.EventObserver = function() {}
2125 Abstract.EventObserver.prototype = {
[all …]
/template/battlehorse/js/
H A Dprototype.js28 var Abstract = new Object(); class
1617 Abstract.Insertion = function(adjacency) {
1621 Abstract.Insertion.prototype = {
1669 Insertion.Top.prototype = Object.extend(new Abstract.Insertion('afterBegin'), {
1697 Insertion.After.prototype = Object.extend(new Abstract.Insertion('afterEnd'), {
2082 Abstract.TimedObserver = function() {}
2083 Abstract.TimedObserver.prototype = {
2116 Form.Observer.prototype = Object.extend(new Abstract.TimedObserver(), {
2124 Abstract.EventObserver = function() {}
2125 Abstract.EventObserver.prototype = {
[all …]