Skip to content

Commit

Permalink
Fix silly typos in quixe.js
Browse files Browse the repository at this point in the history
  • Loading branch information
curiousdannii committed May 18, 2013
1 parent a28e706 commit fa27316
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lib/parchment.debug.js
Expand Up @@ -3,7 +3,7 @@
Parchment
=========
Built: 2013-04-18
Built: 2013-05-18
Copyright (c) 2008-2013 The Parchment Contributors
BSD licenced
Expand Down Expand Up @@ -2268,9 +2268,9 @@ parchment.add_vm({
// Files to load
files: DEBUG ? [
'../src/quixe/prototype-1.6.1.js',
'qlkote.debug.js',
'glkote.debug.js',
'quixe.debug.js',
'qlkote.min.css'
'glkote.min.css'
] : [
'prototype.min.js',
'glkote.min.js',
Expand Down
2 changes: 1 addition & 1 deletion lib/parchment.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/parchment/quixe.js
Expand Up @@ -18,9 +18,9 @@ parchment.add_vm({
// Files to load
files: DEBUG ? [
'../src/quixe/prototype-1.6.1.js',
'qlkote.debug.js',
'glkote.debug.js',
'quixe.debug.js',
'qlkote.min.css'
'glkote.min.css'
] : [
'prototype.min.js',
'glkote.min.js',
Expand Down

0 comments on commit fa27316

Please sign in to comment.