Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docblock for getCss has a typo #336

Closed
wants to merge 10 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.md
@@ -1,6 +1,8 @@
CKEditor 4 Changelog
====================

## CKEditor 4.7.1

## CKEditor 4.7

New Features:
Expand Down
2 changes: 1 addition & 1 deletion core/ckeditor.js
Expand Up @@ -126,7 +126,7 @@ CKEDITOR.remove = function( editor ) {
};

/**
* Returns a string will all CSS rules passed to the {@link CKEDITOR#addCss} method.
* Returns a string with all CSS rules passed to the {@link CKEDITOR#addCss} method.
*
* @returns {String} A string containing CSS rules.
*/
Expand Down
2 changes: 1 addition & 1 deletion dev/builder/build.sh
Expand Up @@ -57,7 +57,7 @@ echo "Starting CKBuilder..."

JAVA_ARGS=${ARGS// -t / } # Remove -t from args.

VERSION="4.7.0 DEV"
VERSION="4.7.1 DEV"
REVISION=$(git rev-parse --verify --short HEAD)
SEMVER_REGEX="^([0-9]+)\.([0-9]+)\.([0-9]+)(\-[0-9A-Za-z-]+)?(\+[0-9A-Za-z-]+)?$"

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ckeditor-dev",
"version": "4.7.0",
"version": "4.7.1",
"description": "The development version of CKEditor - JavaScript WYSIWYG web text editor.",
"devDependencies": {
"benderjs-coverage": "^0.2.1",
Expand Down