From e8825bc581d0456ef4b6c310abe33277a2ac6ce9 Mon Sep 17 00:00:00 2001 From: kangax Date: Wed, 1 May 2013 09:35:26 -0400 Subject: [PATCH] Doc fixes --- dist/all.js | 4 ++-- dist/all.min.js.gz | Bin 47705 -> 47705 bytes src/stateful.mixin.js | 2 +- src/text.class.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/all.js b/dist/all.js index 8f2ff10f..0b481deb 100644 --- a/dist/all.js +++ b/dist/all.js @@ -11214,7 +11214,7 @@ fabric.util.object.extend(fabric.Object.prototype, /** @lends fabric.Object.prot /** * Returns true if object state (one of its state properties) was changed - * @return {Boolean} true if instance' state has changed since `saveState` was called + * @return {Boolean} true if instance' state has changed since `{@link fabric.Object#saveState}` was called */ hasStateChanged: function() { return this.stateProperties.some(function(prop) { @@ -16006,7 +16006,7 @@ fabric.Image.filters.Pixelate.fromObject = function(object) { useNative: true, /** - * List of properties to consider when checking if state of an object is changed (fabric.Object#hasStateChanged) + * List of properties to consider when checking if state of an object is changed ({@link fabric.Object#hasStateChanged}) * as well as for history (undo/redo) purposes * @type Array */ diff --git a/dist/all.min.js.gz b/dist/all.min.js.gz index fd28c06282674706bf6b904a4ccc9d6f90c06034..3539ba96b934362c0c610ef3b31c193b42ecb2a0 100644 GIT binary patch delta 17 Zcmcclh3V!OCN}wQ4vxi=8`*+)0RTmc2HyYx delta 17 Ycmcclh3V!OCN}wQ4vt!hjcmcY07Rh%xBvhE diff --git a/src/stateful.mixin.js b/src/stateful.mixin.js index 8dc9994e..90a289c5 100644 --- a/src/stateful.mixin.js +++ b/src/stateful.mixin.js @@ -5,7 +5,7 @@ fabric.util.object.extend(fabric.Object.prototype, /** @lends fabric.Object.prot /** * Returns true if object state (one of its state properties) was changed - * @return {Boolean} true if instance' state has changed since `saveState` was called + * @return {Boolean} true if instance' state has changed since `{@link fabric.Object#saveState}` was called */ hasStateChanged: function() { return this.stateProperties.some(function(prop) { diff --git a/src/text.class.js b/src/text.class.js index 9cd73d45..a4ab9e21 100644 --- a/src/text.class.js +++ b/src/text.class.js @@ -142,7 +142,7 @@ useNative: true, /** - * List of properties to consider when checking if state of an object is changed (fabric.Object#hasStateChanged) + * List of properties to consider when checking if state of an object is changed ({@link fabric.Object#hasStateChanged}) * as well as for history (undo/redo) purposes * @type Array */