Procházet zdrojové kódy

some api changes

master
mort před 8 roky
rodič
revize
0242e597c2
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1
    1
      index.js
  2. 1
    1
      package.json

+ 1
- 1
index.js Zobrazit soubor

this._replied = true; this._replied = true;
} }


Request.prototype.error = function(msg) {
Request.prototype.fail = function(msg) {
if (this._replied) if (this._replied)
throw new Error("Already replied."); throw new Error("Already replied.");



+ 1
- 1
package.json Zobrazit soubor

{ {
"name": "socksugar", "name": "socksugar",
"version": "0.2.0",
"version": "0.3.0",
"description": "Websockets with sugar on top.", "description": "Websockets with sugar on top.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

Načítá se…
Zrušit
Uložit