From 9a9a5d07a46863cbca1396692b293743bbff86a2 Mon Sep 17 00:00:00 2001 From: nightwing Date: Mon, 13 Jul 2015 19:41:21 +0400 Subject: [PATCH] add createNode event for fs.cache model --- plugins/c9.fs/fs.cache.xml.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/c9.fs/fs.cache.xml.js b/plugins/c9.fs/fs.cache.xml.js index 68024a25..8257ec87 100644 --- a/plugins/c9.fs/fs.cache.xml.js +++ b/plugins/c9.fs/fs.cache.xml.js @@ -578,6 +578,7 @@ define(function(require, exports, module) { }); endUpdate(modified[0], wasOpen); } + model._signal("createNode", node); return node; }