Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #578 from adobe/tvoliter/issue-559
Browse files Browse the repository at this point in the history
Fixes issue #559
  • Loading branch information
njx committed Apr 5, 2012
2 parents 30e6c5d + ea49ce0 commit 3b87494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/InlineTextEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ define(function (require, exports, module) {
* @private
*/
function _dirtyFlagChangeHandler(event, doc) {
var $dirtyIndicators = $(".inlineEditor .dirty-indicator"),
var $dirtyIndicators = $(".inlineEditorHolder .dirty-indicator"),
$indicator;

$.each($dirtyIndicators, function (index, indicator) {
Expand Down

0 comments on commit 3b87494

Please sign in to comment.