From 6b0ee127da14cd46d6d1aeaf5870c4453e2d58d1 Mon Sep 17 00:00:00 2001 From: Michael Ficarra Date: Wed, 29 Jan 2014 23:21:44 -0600 Subject: [PATCH] recompile documentation with 1.7.1 --- documentation/docs/coffee-script.html | 2 +- documentation/js/aliases.js | 2 +- documentation/js/array_comprehensions.js | 2 +- documentation/js/block_comment.js | 2 +- documentation/js/cake_tasks.js | 2 +- documentation/js/chaining.js | 2 +- documentation/js/classes.js | 2 +- documentation/js/comparisons.js | 2 +- documentation/js/conditionals.js | 2 +- documentation/js/constructor_destructuring.js | 2 +- documentation/js/default_args.js | 2 +- documentation/js/do.js | 2 +- documentation/js/embedded.js | 2 +- documentation/js/existence.js | 2 +- documentation/js/expansion.js | 2 +- documentation/js/expressions.js | 2 +- documentation/js/expressions_assignment.js | 2 +- documentation/js/expressions_comprehension.js | 2 +- documentation/js/expressions_try.js | 2 +- documentation/js/fat_arrow.js | 2 +- documentation/js/functions.js | 2 +- documentation/js/heredocs.js | 2 +- documentation/js/heregexes.js | 2 +- documentation/js/interpolation.js | 2 +- documentation/js/multiple_return_values.js | 2 +- documentation/js/object_comprehensions.js | 2 +- documentation/js/object_extraction.js | 2 +- documentation/js/objects_and_arrays.js | 2 +- documentation/js/objects_reserved.js | 2 +- documentation/js/overview.js | 2 +- documentation/js/parallel_assignment.js | 2 +- documentation/js/patterns_and_splats.js | 2 +- documentation/js/prototypes.js | 2 +- documentation/js/range_comprehensions.js | 2 +- documentation/js/scope.js | 2 +- documentation/js/slices.js | 2 +- documentation/js/soaks.js | 2 +- documentation/js/splats.js | 2 +- documentation/js/splices.js | 2 +- documentation/js/strings.js | 2 +- documentation/js/switch.js | 2 +- documentation/js/switch_with_no_expression.js | 2 +- documentation/js/try.js | 2 +- documentation/js/while.js | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/documentation/docs/coffee-script.html b/documentation/docs/coffee-script.html index becd14b9..3724e9c8 100644 --- a/documentation/docs/coffee-script.html +++ b/documentation/docs/coffee-script.html @@ -141,7 +141,7 @@ SourceMap = require
exports.VERSION = '1.7.0'
+            
exports.VERSION = '1.7.1'
 
 exports.FILE_EXTENSIONS = ['.coffee', '.litcoffee', '.coffee.md']
diff --git a/documentation/js/aliases.js b/documentation/js/aliases.js index 057365a4..ba4b9c1d 100644 --- a/documentation/js/aliases.js +++ b/documentation/js/aliases.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var volume, winner; if (ignition === true) { diff --git a/documentation/js/array_comprehensions.js b/documentation/js/array_comprehensions.js index 9fc29c7a..1f137d61 100644 --- a/documentation/js/array_comprehensions.js +++ b/documentation/js/array_comprehensions.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var courses, dish, food, foods, i, _i, _j, _k, _len, _len1, _len2, _ref; _ref = ['toast', 'cheese', 'wine']; diff --git a/documentation/js/block_comment.js b/documentation/js/block_comment.js index 3754c61f..10d7ffff 100644 --- a/documentation/js/block_comment.js +++ b/documentation/js/block_comment.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 /* SkinnyMochaHalfCaffScript Compiler v1.0 diff --git a/documentation/js/cake_tasks.js b/documentation/js/cake_tasks.js index fed542d5..159085f5 100644 --- a/documentation/js/cake_tasks.js +++ b/documentation/js/cake_tasks.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var fs; fs = require('fs'); diff --git a/documentation/js/chaining.js b/documentation/js/chaining.js index 735f7160..2bd888c4 100644 --- a/documentation/js/chaining.js +++ b/documentation/js/chaining.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 $('body').click(function(e) { return $('.box').fadeIn('fast').addClass('.active'); }).css('background', 'white'); diff --git a/documentation/js/classes.js b/documentation/js/classes.js index d6440d87..7679f12e 100644 --- a/documentation/js/classes.js +++ b/documentation/js/classes.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var Animal, Horse, Snake, sam, tom, __hasProp = {}.hasOwnProperty, __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }; diff --git a/documentation/js/comparisons.js b/documentation/js/comparisons.js index 17db60a1..029a79bc 100644 --- a/documentation/js/comparisons.js +++ b/documentation/js/comparisons.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var cholesterol, healthy; cholesterol = 127; diff --git a/documentation/js/conditionals.js b/documentation/js/conditionals.js index e42a3ccc..48556213 100644 --- a/documentation/js/conditionals.js +++ b/documentation/js/conditionals.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var date, mood; if (singing) { diff --git a/documentation/js/constructor_destructuring.js b/documentation/js/constructor_destructuring.js index ed933509..2bd9a455 100644 --- a/documentation/js/constructor_destructuring.js +++ b/documentation/js/constructor_destructuring.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var Person, tim; Person = (function() { diff --git a/documentation/js/default_args.js b/documentation/js/default_args.js index a2eae2b0..8c6f2344 100644 --- a/documentation/js/default_args.js +++ b/documentation/js/default_args.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var fill; fill = function(container, liquid) { diff --git a/documentation/js/do.js b/documentation/js/do.js index c741eda2..7beddf78 100644 --- a/documentation/js/do.js +++ b/documentation/js/do.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var filename, _fn, _i, _len; _fn = function(filename) { diff --git a/documentation/js/embedded.js b/documentation/js/embedded.js index b91a9142..fcddd40f 100644 --- a/documentation/js/embedded.js +++ b/documentation/js/embedded.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var hi; hi = function() { diff --git a/documentation/js/existence.js b/documentation/js/existence.js index 2628d800..cab664c0 100644 --- a/documentation/js/existence.js +++ b/documentation/js/existence.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var footprints, solipsism, speed; if ((typeof mind !== "undefined" && mind !== null) && (typeof world === "undefined" || world === null)) { diff --git a/documentation/js/expansion.js b/documentation/js/expansion.js index 1d5559b2..aade9ecb 100644 --- a/documentation/js/expansion.js +++ b/documentation/js/expansion.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var first, last, text, _ref; text = "Every literary critic believes he will outwit history and have the last word"; diff --git a/documentation/js/expressions.js b/documentation/js/expressions.js index 22fe1037..f5bb61fd 100644 --- a/documentation/js/expressions.js +++ b/documentation/js/expressions.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var eldest, grade; grade = function(student) { diff --git a/documentation/js/expressions_assignment.js b/documentation/js/expressions_assignment.js index 9175ed16..ad1e1957 100644 --- a/documentation/js/expressions_assignment.js +++ b/documentation/js/expressions_assignment.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var one, six, three, two; six = (one = 1) + (two = 2) + (three = 3); diff --git a/documentation/js/expressions_comprehension.js b/documentation/js/expressions_comprehension.js index 4b6d4f9e..c9e0fa53 100644 --- a/documentation/js/expressions_comprehension.js +++ b/documentation/js/expressions_comprehension.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var globals, name; globals = ((function() { diff --git a/documentation/js/expressions_try.js b/documentation/js/expressions_try.js index 273ab54f..8cf70356 100644 --- a/documentation/js/expressions_try.js +++ b/documentation/js/expressions_try.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var error; alert((function() { diff --git a/documentation/js/fat_arrow.js b/documentation/js/fat_arrow.js index 9774968f..8c2f857a 100644 --- a/documentation/js/fat_arrow.js +++ b/documentation/js/fat_arrow.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var Account; Account = function(customer, cart) { diff --git a/documentation/js/functions.js b/documentation/js/functions.js index cec9a50c..2a770abd 100644 --- a/documentation/js/functions.js +++ b/documentation/js/functions.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var cube, square; square = function(x) { diff --git a/documentation/js/heredocs.js b/documentation/js/heredocs.js index c97939c7..d2fc6958 100644 --- a/documentation/js/heredocs.js +++ b/documentation/js/heredocs.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var html; html = "\n cup of coffeescript\n"; diff --git a/documentation/js/heregexes.js b/documentation/js/heregexes.js index c4ff382f..0677e262 100644 --- a/documentation/js/heregexes.js +++ b/documentation/js/heregexes.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var OPERATOR; OPERATOR = /^(?:[-=]>|[-+*\/%<>&|^!?=]=|>>>=?|([-+:])\1|([&|<>])\2=?|\?\.|\.{2,3})/; diff --git a/documentation/js/interpolation.js b/documentation/js/interpolation.js index c9505be4..8e45cca8 100644 --- a/documentation/js/interpolation.js +++ b/documentation/js/interpolation.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var author, quote, sentence; author = "Wittgenstein"; diff --git a/documentation/js/multiple_return_values.js b/documentation/js/multiple_return_values.js index 8391767a..cdbc2d51 100644 --- a/documentation/js/multiple_return_values.js +++ b/documentation/js/multiple_return_values.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var city, forecast, temp, weatherReport, _ref; weatherReport = function(location) { diff --git a/documentation/js/object_comprehensions.js b/documentation/js/object_comprehensions.js index 56af8336..53df9c63 100644 --- a/documentation/js/object_comprehensions.js +++ b/documentation/js/object_comprehensions.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var age, ages, child, yearsOld; yearsOld = { diff --git a/documentation/js/object_extraction.js b/documentation/js/object_extraction.js index 7e1fa5f2..63960255 100644 --- a/documentation/js/object_extraction.js +++ b/documentation/js/object_extraction.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var city, futurists, name, street, _ref, _ref1; futurists = { diff --git a/documentation/js/objects_and_arrays.js b/documentation/js/objects_and_arrays.js index 6fcd950b..2d942f95 100644 --- a/documentation/js/objects_and_arrays.js +++ b/documentation/js/objects_and_arrays.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var bitlist, kids, singers, song; song = ["do", "re", "mi", "fa", "so"]; diff --git a/documentation/js/objects_reserved.js b/documentation/js/objects_reserved.js index b706b98d..d7272934 100644 --- a/documentation/js/objects_reserved.js +++ b/documentation/js/objects_reserved.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 $('.account').attr({ "class": 'active' }); diff --git a/documentation/js/overview.js b/documentation/js/overview.js index 6ed892f1..061bde81 100644 --- a/documentation/js/overview.js +++ b/documentation/js/overview.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var cubes, list, math, num, number, opposite, race, square, __slice = [].slice; diff --git a/documentation/js/parallel_assignment.js b/documentation/js/parallel_assignment.js index 63d64365..8ee9faec 100644 --- a/documentation/js/parallel_assignment.js +++ b/documentation/js/parallel_assignment.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var theBait, theSwitch, _ref; theBait = 1000; diff --git a/documentation/js/patterns_and_splats.js b/documentation/js/patterns_and_splats.js index e855736b..bec59d61 100644 --- a/documentation/js/patterns_and_splats.js +++ b/documentation/js/patterns_and_splats.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var close, contents, open, tag, _i, _ref, __slice = [].slice; diff --git a/documentation/js/prototypes.js b/documentation/js/prototypes.js index 1bf81ab7..d8b6af6f 100644 --- a/documentation/js/prototypes.js +++ b/documentation/js/prototypes.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 String.prototype.dasherize = function() { return this.replace(/_/g, "-"); }; diff --git a/documentation/js/range_comprehensions.js b/documentation/js/range_comprehensions.js index c74c670d..24154b9e 100644 --- a/documentation/js/range_comprehensions.js +++ b/documentation/js/range_comprehensions.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var countdown, num; countdown = (function() { diff --git a/documentation/js/scope.js b/documentation/js/scope.js index ae3747f5..3eace0ef 100644 --- a/documentation/js/scope.js +++ b/documentation/js/scope.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var changeNumbers, inner, outer; outer = 1; diff --git a/documentation/js/slices.js b/documentation/js/slices.js index 51de0687..5780a0f2 100644 --- a/documentation/js/slices.js +++ b/documentation/js/slices.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var copy, end, middle, numbers, start; numbers = [1, 2, 3, 4, 5, 6, 7, 8, 9]; diff --git a/documentation/js/soaks.js b/documentation/js/soaks.js index 1925eb1c..4d2c7559 100644 --- a/documentation/js/soaks.js +++ b/documentation/js/soaks.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var zip, _ref; zip = typeof lottery.drawWinner === "function" ? (_ref = lottery.drawWinner().address) != null ? _ref.zipcode : void 0 : void 0; diff --git a/documentation/js/splats.js b/documentation/js/splats.js index 444bb17c..36394b96 100644 --- a/documentation/js/splats.js +++ b/documentation/js/splats.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var awardMedals, contenders, gold, rest, silver, __slice = [].slice; diff --git a/documentation/js/splices.js b/documentation/js/splices.js index 704f53e1..d68bb389 100644 --- a/documentation/js/splices.js +++ b/documentation/js/splices.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var numbers, _ref; numbers = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]; diff --git a/documentation/js/strings.js b/documentation/js/strings.js index f08a7b94..18a68c43 100644 --- a/documentation/js/strings.js +++ b/documentation/js/strings.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var mobyDick; mobyDick = "Call me Ishmael. Some years ago -- never mind how long precisely -- having little or no money in my purse, and nothing particular to interest me on shore, I thought I would sail about a little and see the watery part of the world..."; diff --git a/documentation/js/switch.js b/documentation/js/switch.js index 93e9c84f..b2e9a375 100644 --- a/documentation/js/switch.js +++ b/documentation/js/switch.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 switch (day) { case "Mon": go(work); diff --git a/documentation/js/switch_with_no_expression.js b/documentation/js/switch_with_no_expression.js index 6d40f4a6..6a68311c 100644 --- a/documentation/js/switch_with_no_expression.js +++ b/documentation/js/switch_with_no_expression.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var grade, score; score = 76; diff --git a/documentation/js/try.js b/documentation/js/try.js index aaf095a3..557ad6ba 100644 --- a/documentation/js/try.js +++ b/documentation/js/try.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var error; try { diff --git a/documentation/js/while.js b/documentation/js/while.js index 03aade76..2ac59a70 100644 --- a/documentation/js/while.js +++ b/documentation/js/while.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.7.0 +// Generated by CoffeeScript 1.7.1 var lyrics, num; if (this.studyingEconomics) {