Skip to content

Commit

Permalink
Merge 3e189c9 into 742e811
Browse files Browse the repository at this point in the history
  • Loading branch information
Michelle committed Feb 2, 2016
2 parents 742e811 + 3e189c9 commit 222bce8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dist/textAngular.js
Expand Up @@ -2053,12 +2053,12 @@ textAngular.run([function(){
// AMD. Register as an anonymous module.
define(function(require) {
window.rangy = require('rangy');
window.rangy.saveSelection = require('rangy/lib/rangy-selectionsaverestore');
window.rangy.saveSelection = require('rangy/rangy-selectionsaverestore');
});
} else if (typeof require ==='function' && typeof module !== 'undefined' && typeof exports === 'object') {
// Node/CommonJS style
window.rangy = require('rangy');
window.rangy.saveSelection = require('rangy/lib/rangy-selectionsaverestore');
window.rangy.saveSelection = require('rangy/rangy-selectionsaverestore');
} else {
// Ensure that rangy and rangy.saveSelection exists on the window (global scope).
// TODO: Refactor so that the global scope is no longer used.
Expand Down Expand Up @@ -3098,4 +3098,4 @@ textAngular.directive('textAngularToolbar', [
};
}
]);
})();
})();

0 comments on commit 222bce8

Please sign in to comment.