diff options
Diffstat (limited to 'js/clipboard')
-rw-r--r-- | js/clipboard/internal-ops/elements-clipboard-agent.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/clipboard/internal-ops/elements-clipboard-agent.js b/js/clipboard/internal-ops/elements-clipboard-agent.js index a8bd3b2d..1f3db331 100644 --- a/js/clipboard/internal-ops/elements-clipboard-agent.js +++ b/js/clipboard/internal-ops/elements-clipboard-agent.js | |||
@@ -325,7 +325,7 @@ var ElementsClipboardAgent = exports.ElementsClipboardAgent = Montage.create(Com | |||
325 | 325 | ||
326 | pastePositioned:{ | 326 | pastePositioned:{ |
327 | value: function(element, styles, fromCopy){// for now can wok for both in-place and centered paste | 327 | value: function(element, styles, fromCopy){// for now can wok for both in-place and centered paste |
328 | var modObject = [], x,y, newX, newY, counter, self = this, addElementsFlag = true; | 328 | var modObject = [], x,y, newX, newY, counter, self = this; |
329 | 329 | ||
330 | if((typeof fromCopy === "undefined") || (fromCopy && fromCopy === true)){ | 330 | if((typeof fromCopy === "undefined") || (fromCopy && fromCopy === true)){ |
331 | counter = this.pasteCounter; | 331 | counter = this.pasteCounter; |