Skip to content

Commit

Permalink
Changed rangy-cssclassapplier.js file name to rangy-classapplier.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim committed Aug 1, 2014
1 parent fc34ad1 commit 104bbc3
Show file tree
Hide file tree
Showing 9 changed files with 1,083 additions and 1,603 deletions.
2 changes: 1 addition & 1 deletion builder/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var zipDir;
var uncompressedBuildDir;
var coreFilename = "rangy-core.js";
var modules = [
"rangy-cssclassapplier.js",
"rangy-classapplier.js",
"rangy-serializer.js",
"rangy-selectionsaverestore.js",
"rangy-textrange.js",
Expand Down
4 changes: 2 additions & 2 deletions demos/textrange.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@

function initFind() {
// Enable buttons
var cssClassApplierModule = rangy.modules.ClassApplier;
if (rangy.supported && cssClassApplierModule && cssClassApplierModule.supported) {
var classApplierModule = rangy.modules.ClassApplier;
if (rangy.supported && classApplierModule && classApplierModule.supported) {
searchResultApplier = rangy.createClassApplier("searchResult");

var searchBox = gEBI("search"),
Expand Down
Loading

0 comments on commit 104bbc3

Please sign in to comment.