comparison src/fromESN.coffee @ 3:98a070c98982

add Twitter support
author Mathias Gebbe <mgebbe@intevation.de>
date Thu, 05 Jun 2014 18:02:25 +0200
parents b73191efc65b
children b90e6df48d2d
comparison
equal deleted inserted replaced
2:e942a968cb52 3:98a070c98982
1 # Copyright (C) 2014 by Intevation GmbH 1 # Copyright (C) 2014 by Intevation GmbH
2 # Author: Mathias Gebbe <mgebbe@intevation.de> 2 # Author: Mathias Gebbe <mgebbe@intevation.de>
3 # 3 #
4 # This file is Free Software under the Apache License, Version 2.0 4 # This file is Free Software under the Apache License, Version 2.0;
5 # (the "License"); and comes with ABSOLUTELY NO WARRANTY! 5 # and comes with NO WARRANTY!
6 # You may not use this file except in compliance with the License. 6 # See the documentation coming with pumpbridge for details.
7 # See LICENSE for details.
8 7
9 _ = require("underscore") 8 _ = require("underscore")
10 async = require("async") 9 async = require("async")
11 DatabankObject = require("databank").DatabankObject 10 DatabankObject = require("databank").DatabankObject
12 FromESN = DatabankObject.subClass("fromESN") 11 FromESN = DatabankObject.subClass("fromESN")
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)