aboutsummaryrefslogtreecommitdiff
path: root/js/components/layout/document-entry.reel/document-entry.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-14 17:31:21 -0700
committerValerio Virgillito2012-05-14 17:31:21 -0700
commita2bdd73e456569a1472e108dc069faca369d4546 (patch)
tree378199091ee9dc6e6650920aa431225c2f8b6f0c /js/components/layout/document-entry.reel/document-entry.js
parent6fe05fc4f518000cf9a7af3c34381af16579a6d6 (diff)
parent5df0e78f2eced2fd04a531652f61c42261d97636 (diff)
downloadninja-a2bdd73e456569a1472e108dc069faca369d4546.tar.gz
Merge pull request #230 from mencio/dom-architecture
Dom architecture - Fixing the Body PI
Diffstat (limited to 'js/components/layout/document-entry.reel/document-entry.js')
-rwxr-xr-xjs/components/layout/document-entry.reel/document-entry.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/components/layout/document-entry.reel/document-entry.js b/js/components/layout/document-entry.reel/document-entry.js
index 9e4110e2..81a63c90 100755
--- a/js/components/layout/document-entry.reel/document-entry.js
+++ b/js/components/layout/document-entry.reel/document-entry.js
@@ -7,8 +7,6 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
7var Montage = require("montage/core/core").Montage; 7var Montage = require("montage/core/core").Montage;
8var Component = require("montage/ui/component").Component; 8var Component = require("montage/ui/component").Component;
9 9
10//var documentManagerModule = ("js/document/documentManager");
11
12exports.DocumentEntry = Montage.create(Component, { 10exports.DocumentEntry = Montage.create(Component, {
13 11
14 dirty: { value: null }, 12 dirty: { value: null },