Update Readme

This commit is contained in:
LosslessBot
2016-05-04 04:11:22 +02:00
parent f815773ba3
commit e29f5d1633
2 changed files with 10 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import * as plugins from "./taskbuffer.plugins"
import * as helpers from "./taskbuffer.classes.helpers"
export class Task {
task:any;
task:function;
idle:boolean;
running:boolean;
buffered:boolean;