Just some notes and references for myself.
- In bash, you can access your
C:\
driver via/mnt/c/
~
=C:\Users\MLM\AppData\Local\lxss\home\mlm
and is different from your Windows user directoryC:\Users\MLM
Verifying that +jgchristopher is my blockchain ID. https://onename.com/jgchristopher |
I hereby claim:
To claim this, I am signing this object:
"use strict"; | |
var express = require('express'), | |
flash = require('connect-flash'), | |
path = require('path'), | |
cons = require('consolidate'), | |
grunt = require('grunt'); | |
var app = express(); |
renderHeaderCell: lang.hitch(this,function(node) { | |
var checkbox = new CheckBox({ | |
value : false, | |
label : "Include All ?", | |
onClick: lang.hitch(this, function(state) { | |
this._selectAll(state); | |
}), | |
declaredClass: "invoice-grid-include-all", | |
class : "invoice-grid-include-all" | |
}); |