Skip to content

Commit

Permalink
Tidying a few Reader constants.
Browse files Browse the repository at this point in the history
AbortMessage now supplanted by monocle:incompatible.
  • Loading branch information
joseph committed Oct 14, 2011
1 parent 15823a8 commit cce4308
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/core/reader.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Monocle.Reader = function (node, bookData, options, onLoadCallback) {
recalculateDimensions(true);
dispatchEvent("monocle:resize");
},
k.durations.RESIZE_DELAY
k.RESIZE_DELAY
);
}

Expand Down Expand Up @@ -746,13 +746,7 @@ Monocle.Reader = function (node, bookData, options, onLoadCallback) {
return API;
}

Monocle.Reader.durations = {
RESIZE_DELAY: 100
}
Monocle.Reader.abortMessage = {
CLASSNAME: "monocleAbortMessage",
TEXT: "Your browser does not support this technology."
}
Monocle.Reader.RESIZE_DELAY = 100;
Monocle.Reader.DEFAULT_SYSTEM_ID = 'RS:monocle'
Monocle.Reader.DEFAULT_CLASS_PREFIX = 'monelem_'
Monocle.Reader.DEFAULT_STYLE_RULES = [
Expand Down

0 comments on commit cce4308

Please sign in to comment.