Skip to content

Commit

Permalink
FLUID-5475: Updating copyright year and API comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amb26 committed Aug 6, 2014
1 parent de1bfd4 commit dd69318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/framework/core/js/FluidDebugging.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ var fluid = fluid || fluid_2_0;
/** Render a complex JSON object into a nicely indented format suitable for human readability.
* @param obj {Object} The object to be rendered
* @param options {Object} An options structure governing the rendering process. The only option which
* is currently supported is <code>indentChars</code> holding the number of space characters to be used to
* is currently supported is <code>indent</code> holding the number of space characters to be used to
* indent each level of containment.
*/
fluid.prettyPrintJSON = function (obj, options) {
Expand Down
2 changes: 1 addition & 1 deletion tests/framework-tests/core/js/FluidDebuggingTests.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2010-2011 Lucendo Development Ltd.
Copyright 2014 Lucendo Development Ltd.
Licensed under the Educational Community License (ECL), Version 2.0 or the New
BSD license. You may not use this file except in compliance with one these
Expand Down

0 comments on commit dd69318

Please sign in to comment.