Merge from master + added more jshint checks (undef and latedef). Very helpful to catch post merge issues.

This commit is contained in:
jdescottes
2013-08-10 14:28:10 +02:00
42 changed files with 2240 additions and 2214 deletions

View File

@@ -1,4 +1,4 @@
function encode64(input) {
window.encode64(input) {
var output = "", i = 0, l = input.length,
key = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",
chr1, chr2, chr3, enc1, enc2, enc3, enc4;