Skip to content

Commit

Permalink
Made the data modules public again seems to be used externally.
Browse files Browse the repository at this point in the history
  • Loading branch information
spocke committed Aug 28, 2015
1 parent a6fa404 commit a8b687e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion js/tinymce/classes/data/Binding.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* This class gets dynamically extended to provide a binding between two models. This makes it possible to
* sync the state of two properties in two models by a layer of abstraction.
*
* @private
* @class tinymce.data.Binding
*/
define("tinymce/data/Binding", [], function() {
Expand Down
1 change: 0 additions & 1 deletion js/tinymce/classes/data/ObservableArray.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
/**
* This class is an array that emmits events when mutation occurs.
*
* @private
* @class tinymce.data.ObservableArray
*/
define("tinymce/data/ObservableArray", [
Expand Down
1 change: 0 additions & 1 deletion js/tinymce/classes/data/ObservableObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
/**
* This class is a object that is observable when properties changes a change event gets emitted.
*
* @private
* @class tinymce.data.ObservableObject
*/
define("tinymce/data/ObservableObject", [
Expand Down

0 comments on commit a8b687e

Please sign in to comment.