kopia lustrzana https://github.com/c9/core
it's tab.document
rodzic
e04e89178a
commit
ab6a92a753
|
@ -245,7 +245,7 @@ define(function(require, exports, module) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function checkByStatOrContents(tab) {
|
function checkByStatOrContents(tab) {
|
||||||
var doc = tab.doc;
|
var doc = tab.document;
|
||||||
var path = tab.path;
|
var path = tab.path;
|
||||||
|
|
||||||
fs.stat(path, function(err, stat) {
|
fs.stat(path, function(err, stat) {
|
||||||
|
@ -256,7 +256,7 @@ define(function(require, exports, module) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function checkByContents(tab, stat) {
|
function checkByContents(tab, stat) {
|
||||||
var doc = tab.doc;
|
var doc = tab.document;
|
||||||
var path = tab.path;
|
var path = tab.path;
|
||||||
|
|
||||||
fs.readFile(path, function(err, data) {
|
fs.readFile(path, function(err, data) {
|
||||||
|
|
Ładowanie…
Reference in New Issue